1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-24 19:22:35 +01:00

89 Commits

Author SHA1 Message Date
Kovah
ec7f5a3ef8
Correct language string for tags 2020-08-23 15:42:52 +02:00
Kovah
4596f76a38
Add entry for link creation to history overview 2020-08-12 17:32:03 +02:00
Kovah
4857164214
Remove version from config and load it from the package.json on the system settings page 2020-07-02 09:57:12 +02:00
Kovah
7cae102e13
Add missing validation to the search request, add handling for API requests by switching between name and ID querying for lists and tags 2020-06-12 00:21:36 +02:00
Kovah
0a5e6d882b
Improve display of the history for links (#126) 2020-06-07 17:09:57 +02:00
Kovah
0ba9676753
Correct behavior of the link revisioning, extend tests (#126) 2020-06-05 11:45:21 +02:00
Kovah
56b1bdc1a4
Implement a changelog for links (#126)
Installed and set up Revisionable package and enabled it for Links. Added custom handler for relations to Tags and LinkLists. Added new Blade component for displaying a history entry.
2020-06-05 11:43:46 +02:00
Kovah
285308331e
Add option to export links to CSV file (#30) 2020-06-03 15:38:44 +02:00
Kovah
1b4534cb16
Implement duplicate checks for URLs while saving a link (#112) 2020-06-02 16:56:26 +02:00
Kovah
460e836738
Add new settings to control backups by the internet archive (#117) 2020-05-06 17:52:04 +02:00
Kovah
d2a61c868e
Move the import form to fetch via JS to prevent request timeouts (#120) 2020-05-05 23:24:17 +02:00
Kovah
a96d1d488c
Extend user settings with list and tag privacy controls (#113) 2020-05-05 09:56:30 +02:00
Kovah
0093662eaf
Catch critical Curl errors when trying to get meta of an URL (#115 #116) 2020-04-28 09:52:17 +02:00
Kovah
0563aba043
Overhaul the link display views and implement a new simple list, available in the settings (#108) 2020-04-09 16:19:55 +02:00
Kovah
47a8c8b7a0
Add new setting for opening links in new tabs (#97) 2020-03-05 22:37:26 +01:00
Kovah
54226a5eca
Implement a basic update check in the system settings (#96) 2020-03-04 14:53:31 +01:00
Kovah
fa552d166e
Add toggle for dis/enabling link checks for links with error status (#93) 2020-02-28 17:14:41 +01:00
Kovah
1855d87715
Refactor the trash controller, add custom error views (WIP) 2020-01-31 12:25:03 +01:00
Kovah
6632b0b068
Refactor the cron controller and add controller tests for it 2020-01-29 12:07:44 +01:00
Kovah
559a068fd9
Refactor the cron controller 2020-01-28 16:11:42 +01:00
Kovah
891c22c9a9
Update the footer with localized strings 2020-01-26 16:45:13 +01:00
Kovah
0665ce86ee
Add an additional check for present data before running the database migrations (#88) 2020-01-26 12:25:27 +01:00
Kovah
ab6def7e07
Add search filter for broken links (#63) 2020-01-24 15:04:22 +01:00
Kovah
9b139a7d6f
Add account creation and complete view to the setup 2020-01-24 10:47:41 +01:00
Kovah
da9de76389
Merge branch 'dev' into cli-setup 2020-01-22 23:08:07 +01:00
Kovah
8b17c3cc9d
Optimize the placeholder texts for inputs 2019-11-28 11:40:38 +01:00
Kovah
394b03a9e5
Fix several issues where categories references were not migrated to the new list model 2019-11-28 11:15:22 +01:00
Kovah
ffe0bcd116
Implement a nicer list view 2019-11-20 14:43:05 +01:00
Kovah
6afc0e6e34
Small lang update for the notification email 2019-11-20 14:24:04 +01:00
Kovah
096db35351
Lists can now be deleted and restored properly, solves #76 and #78 2019-10-30 10:39:57 +01:00
Kovah
f13df7b8e1
Update all views and lang files 2019-10-29 17:00:08 +01:00
Kovah
31dadc9ff5
Remove all category files and classes 2019-10-29 16:56:07 +01:00
Kovah
6cf9148c06
Move the navbar to bottom on mobile devices, improve overall nav styling 2019-10-24 16:21:21 +02:00
Kovah
3a35066bde
Add an alternative link view as cards, controllable via setting 2019-10-24 15:44:28 +02:00
Kovah
7a46352f00
Refactor the script handling, move everything into pre-build scripts, optimize the darkmode loader (#67) 2019-10-15 10:56:39 +02:00
Kovah
f249d7fc18
Merge branch 'master' into setup 2019-09-17 20:31:58 +02:00
Kovah
d27ddfe5b8
Display broken link count in dashboard 2019-09-17 16:22:14 +02:00
Kovah
51aea3cff8
Add database configuration to the setup 2019-09-17 00:13:47 +02:00
Kovah
299b414861
Implement requirement checks for the setup 2019-09-16 22:57:05 +02:00
Kovah
e7c87650d1
Restructure the first setup step 2019-09-16 22:21:31 +02:00
Kovah
0dbed9480e
Build up a base for the setup including middleware and controllers 2019-09-16 18:33:28 +02:00
Kovah
79e32832fa
Small update for the linkcheck mail message 2019-09-11 22:48:59 +02:00
Kovah
61bd44a859
Add a lot of UI fixes, refine colors and spacing for various elements 2019-07-16 21:27:29 +02:00
Kovah
c13cbb62dc
Implement a repository for the note model 2019-07-16 20:46:38 +02:00
Kovah
bfeaf142c0
Add note count to dashboard 2019-07-16 20:31:41 +02:00
Kovah
e2da1d38a6
Add missing link deletion method for link repository 2019-07-16 19:33:47 +02:00
Kovah
35e91b7272
Implement a repository for the tag model 2019-07-16 19:28:13 +02:00
Kovah
8739492bca
Implement a repository for the category model 2019-07-16 18:15:21 +02:00
Kovah
05ad4e094a
Add a login hint for the demo instance 2019-04-28 15:40:10 +02:00
Kovah
0e3a708b68
Add automatic detection for the dark mode (#14) 2019-04-25 00:13:51 +02:00