1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-01-18 05:38:40 +01:00

75 Commits

Author SHA1 Message Date
Kovah
b560494643
Optimize the setup process (#288) 2021-06-17 22:59:38 +02:00
Kovah
d0dc81893b
Large code cleanup 2021-05-10 13:51:09 +02:00
Kovah
ac86b6ff6f
Minor code optimization and mini fixes 2021-04-15 11:30:09 +02:00
Kovah
80e73ba1d4
Add RSS feeds for lists and tags links (#197) 2021-03-29 09:34:26 +02:00
Kovah
e8aec55015
Add RSS feeds for private links, lists and tags accessible via api token authorization (#197) 2021-03-29 00:22:12 +02:00
Kovah
b8135ac162
Add RSS feeds for public lists accessible via guest mode (#197) 2021-03-28 23:53:12 +02:00
Kovah
26b232dfde
Let users manually mark a link as working if the status is not working (#234)
Also, the link check can now be toggled at any time.
2021-03-28 21:19:44 +02:00
Kovah
22c1127bd5
Cleanup routes 2020-12-04 18:18:01 +01:00
Kovah
5f0ad02d39
Add viewer for system logs 2020-11-19 17:30:22 +01:00
Kovah
1aeed1a021
Fix unit tests and smaller code issues 2020-11-17 19:01:37 +01:00
Kovah
68b76a60f3
Replace Laravel UI with Fortify (#172) 2020-11-16 22:03:06 +01:00
Kovah
6aa6e569c1
Minor bookmarklet updates 2020-11-13 23:37:13 +01:00
Kovah
ce4bb17d64
Fix issue with duplicate route names in setup 2020-11-13 00:36:00 +01:00
Kovah
ded0982753
Add more settings for guest users (#161) 2020-10-22 13:51:27 +02:00
Kovah
b0a1438479
Overhaul guest views for links and lists, add new guest system settings (#161) 2020-10-22 13:20:17 +02:00
Kovah
edbaf0292c
Merge branch 'tag-suggestions' into dev
# Conflicts:
#	app/Http/Controllers/FetchController.php
2020-07-02 09:14:13 +02:00
Kovah
c586134862
Move to specific delete and patch http methods for API calls (#6) 2020-07-01 00:45:47 +02:00
Kovah
b75c212b5f
Add a new endpoint for handling the trash (#6)
Also optimizes existing tests for the trash controller with a new trait
2020-07-01 00:14:49 +02:00
Kovah
aa9ea21140
Implement a form request for clearing the trash for models 2020-06-30 23:39:44 +02:00
Kovah
bfec72de37
Implement a new trash repository and introduce form request for restoring entries 2020-06-30 23:32:12 +02:00
Kovah
3eb941bdb8
Add new endpoint to check an url for existing links (#6) 2020-06-24 17:10:10 +02:00
Kovah
c2b513bc28
Add backend fetch endpoint to get html for the html keyword parsing in the frontend (#136) 2020-06-18 17:02:59 +02:00
Kovah
3ffe6daadb
Add API endpoint for searching links with various features (#6) 2020-06-12 00:24:44 +02:00
Kovah
22c85f29d4
Add API endpoint for searching lists for link editing (#6) 2020-06-09 15:50:49 +02:00
Kovah
1436fa360c
Add API endpoint for searching tags for link editing (#6) 2020-06-09 09:55:31 +02:00
Kovah
600eed0595
Merge branch 'dev' into api 2020-06-08 16:27:59 +02:00
Kovah
285308331e
Add option to export links to CSV file (#30) 2020-06-03 15:38:44 +02:00
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
b6f829fc5f
Add separate API call to get links of a list 2020-04-17 16:20:52 +02:00
Kovah
308151e833
Implement first version of the list API 2020-03-10 23:49:24 +01:00
Kovah
86db497cce
Implement first version of the link model API 2020-03-10 19:07:31 +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
fe321f1d9c
Cleanup of the current cli commands 2020-02-20 16:33:38 +01:00
Kovah
33f302799f
Remove several unused routes 2020-01-31 12:15:09 +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
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
5e4005f210
Update all routes 2019-10-29 17:00:19 +01: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