1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-04-08 00:33:16 +02:00

190 Commits

Author SHA1 Message Date
Kovah
ac497fee0d
Migrate the Wayback Machine helper to the new HTTP facade 2020-03-04 15:09:38 +01:00
Kovah
54226a5eca
Implement a basic update check in the system settings (#96) 2020-03-04 14:53:31 +01:00
Kovah
b78c1817a6
Update to Laravel 7 2020-03-03 17:23:38 +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
1d63b440d2
Add new link field for disabling checks (#93) 2020-02-28 16:42:31 +01:00
Kovah
7580a4bf80
Fix code formatting issues 2020-02-20 16:38:55 +01:00
Kovah
fe321f1d9c
Cleanup of the current cli commands 2020-02-20 16:33:38 +01:00
Kovah
00b42b1053
Add cli command to reset a user password 2020-02-20 16:30:20 +01:00
Kovah
9ec7060a96
Fix issue with setup completed permissions, add first test for the setup 2020-02-20 11:54:48 +01:00
Kovah
e67ffdee30
Move setup check from env variable into configuration 2020-02-20 11:46:03 +01:00
Kovah
07673f10a1
Add unique names to list validations 2020-02-20 11:29:03 +01:00
Kovah
1c48915f79
Refactor the tags model controller, add corresponding controller tests 2020-02-20 11:26:34 +01:00
Kovah
d485047650
More refactoring of the notes controller and corresponding tests 2020-02-17 15:11:20 +01:00
Kovah
e6e9ee7228
More refactoring of the list controller and corresponding tests 2020-02-12 17:20:41 +01:00
Kovah
ece3c5f99f
Fix minor code formatting issue 2020-02-12 16:43:14 +01:00
Kovah
fc655dbb64
More refactoring of the link controller and corresponding tests 2020-02-12 16:26:45 +01:00
Kovah
62d97b697a
Refactor the notes model controller, add corresponding controller tests 2020-02-12 15:16:13 +01:00
Kovah
ba0d5de206
Refactor the list model controller, add corresponding controller tests 2020-02-12 14:53:18 +01:00
Kovah
052406acf9
Refactor the link model controller, add corresponding controller tests, refactor the Wayback Machine helper 2020-02-07 22:03:21 +01:00
Kovah
f3d36ee65b
Refactor the guest tag controller and add corresponding controller tests 2020-02-07 19:47:29 +01:00
Kovah
c7f1d4534d
Refactor the guest lists controller and add corresponding controller tests 2020-02-06 22:06:44 +01:00
Kovah
9537a8bb12
Fix a missing icon for the table sorting helper 2020-02-06 22:00:03 +01:00
Kovah
3cb7417867
Refactor the guest links controller and add corresponding controller tests 2020-02-06 21:12:16 +01:00
Kovah
1f76361ef7
Refresh user settings if they are not already available on the current request 2020-02-02 19:18:32 +01:00
Kovah
6d54a42a3b
Refactor the user settings controller, add tests which however are failing (WIP) 2020-02-01 10:15:35 +01:00
Kovah
1855d87715
Refactor the trash controller, add custom error views (WIP) 2020-01-31 12:25:03 +01:00
Kovah
60aea31dbf
Add proper casts for all model foreign keys 2020-01-31 11:31:21 +01:00
Kovah
453df74f50
Refactor the system settings controller and add corresponding controller test 2020-01-31 10:46:32 +01:00
Kovah
e32282a447
Refactor the link check command to use constants instead if integers for statuses 2020-01-30 16:33:24 +01:00
Kovah
2b375b1a12
Refactor the import controller and add a corresponding test 2020-01-29 12:52:16 +01:00
Kovah
315d9084b7
Refactor the export controller and add a corresponding test 2020-01-29 12:35:28 +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
c2949b5e5f
Refactoring of the ajax controller, now named FetchController 2020-01-28 13:58:18 +01:00
Kovah
5232f033d2
Replace Laravel magic controllers in routes with class references 2020-01-28 13:47:00 +01:00
Kovah
2de50a8973
Refactor the Wayback Machine helpter to accept a Mock configuration for easier testing 2020-01-27 15:45:06 +01:00
Kovah
c4c1ffabec
Fix issue where the bookmarklet has let to a 500 error (#90) 2020-01-27 14:34:09 +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
e35b9926e1
Major code cleanup with help of linters and Larastan 2020-01-24 13:15:49 +01:00
Kovah
fc44d5eb28
Remove the setup cli command 2020-01-24 11:10:34 +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
162190581d
Make lists available to guests 2019-11-28 11:59:41 +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
096db35351
Lists can now be deleted and restored properly, solves #76 and #78 2019-10-30 10:39:57 +01:00
Kovah
13d327e29e
Disallow the usage of commas in list and tag titles 2019-10-29 17:42:53 +01:00
Kovah
7c95ed4233
Update all requests and repositories 2019-10-29 16:59:03 +01:00
Kovah
235ab9e6d8
Update corresponding models, controllers, and add list controllers 2019-10-29 16:58:29 +01:00