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

229 Commits

Author SHA1 Message Date
Kovah
376e012100
Implement first version of the note API 2020-04-19 23:19:39 +02:00
Kovah
09c8098971
Add separate API call to get notes of a link 2020-04-19 15:49:14 +02:00
Kovah
92ebe792e4
Add separate API call to get links of a tag 2020-04-19 15:40:27 +02:00
Kovah
bf4346d26c
Implement first version of the tag API 2020-04-18 11:14:20 +02:00
Kovah
9b590fa3c9
Merge branch 'dev' into api
# Conflicts:
#	app/Repositories/LinkRepository.php
2020-04-17 16:27:41 +02:00
Kovah
b6f829fc5f
Add separate API call to get links of a list 2020-04-17 16:20:52 +02:00
Kovah
0c27c67543
Optimize the database handling of the setup controller (#106) 2020-04-09 10:47:20 +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
7eb3b87480
Update missing controllers with updated request classes 2020-03-09 21:04:29 +01:00
Kovah
490a4c4a44
Move the Cron controller outside the AI directory 2020-03-09 20:00:29 +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
1c48915f79
Refactor the tags model controller, add corresponding controller tests 2020-02-20 11:26:34 +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
3cb7417867
Refactor the guest links controller and add corresponding controller tests 2020-02-06 21:12:16 +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
453df74f50
Refactor the system settings controller and add corresponding controller test 2020-01-31 10:46:32 +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
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
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
235ab9e6d8
Update corresponding models, controllers, and add list controllers 2019-10-29 16:58:29 +01:00
Kovah
31dadc9ff5
Remove all category files and classes 2019-10-29 16:56:07 +01: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