1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-03-31 21:02:30 +02:00

458 Commits

Author SHA1 Message Date
Kovah
013a99fc16
Change the simple link overview to use the URL icon and display the domain (#108) 2020-04-12 12:54:51 +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
0c27c67543
Optimize the database handling of the setup controller (#106) 2020-04-09 10:47:20 +02:00
Kovah
1f50ecb7f9
Tags and lists are now properly removed if the form returns no values (#99) 2020-04-07 17:02:39 +02:00
Kovah
308151e833
Implement first version of the list API 2020-03-10 23:49:24 +01:00
Kovah
24ab7921cd
Extend the link API with all model relations 2020-03-10 20:33:32 +01:00
Kovah
86db497cce
Implement first version of the link model API 2020-03-10 19:07:31 +01:00
Kovah
91ca65c1ca
Refactor the link create and update requests to be compatible with the API system 2020-03-10 19:06:55 +01:00
Kovah
73185f5344
Remove link_id from link update request 2020-03-10 09:42:45 +01:00
Kovah
7eb3b87480
Update missing controllers with updated request classes 2020-03-09 21:04:29 +01:00
Kovah
8f0ea9909b
Minor code cleanup for form requests 2020-03-09 20:04:00 +01:00
Kovah
12e131e8dc
Move form requests for models into separate directory 2020-03-09 20:02:53 +01:00
Kovah
490a4c4a44
Move the Cron controller outside the AI directory 2020-03-09 20:00:29 +01:00
Kovah
40856b1a91
Add new test for the login page, correct redirection if authenticated 2020-03-08 20:26:39 +01:00
Kovah
8ee6429945
Fix minor code formatting issue 2020-03-06 15:30:36 +01:00
Kovah
b114057bc2
Various UI optimizations, make the design lighter and look less cluttered 2020-03-06 15:27:02 +01:00
Kovah
c4f2df0745
Implement target handling for external links (#97) 2020-03-05 22:53:36 +01:00
Kovah
9409d5a0a6
Migrate the HTML meta helper to the new HTTP facade 2020-03-04 15:26:31 +01:00
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