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

71 Commits

Author SHA1 Message Date
chrissawyerfan4
1da2d58bc5 Add page titles, fixes #584 and #691 2023-10-15 16:56:37 +02:00
Kovah
130404aee1
Improve handling of order direction for sorting models 2023-07-20 08:54:52 +02:00
Kovah
20b196297b
Minor code changes 2023-06-04 13:22:56 +02:00
chrissawyerfan4
328ef58cad Avoid orderBy("random") as it's not an existing column 2023-04-14 00:18:05 +02:00
chrissawyerfan4
48c84aa8b5 Add random order option 2023-04-03 19:33:00 +02:00
Yasin BARAN
a84d38173b Make By User Scope Shorter 2022-05-06 11:44:14 +03:00
Kovah
e67de06a67
Retain the order preference when viewing links, lists and tags (#349) 2022-04-03 23:28:57 +02:00
Kovah
89f84c7340
Hotfix for wrong redirects on link deletion (#346) 2022-01-08 10:06:20 +01:00
Kovah
105128ec31
Redirect back to the previous page when deleting links, lists or tags (#341) 2022-01-05 23:09:28 +01:00
Kovah
792de8b342
Notify users if a link already exists in create and edit forms (#318) 2021-10-06 09:02:50 +02:00
Kovah
d7c3aa39d8
Add filters for lists index page (#309) 2021-09-20 22:43:39 +02:00
Gavin Rehkemper
b87faa0dff fix linting error 2021-09-12 22:45:25 +00:00
Gavin Rehkemper
2305da649e Added ability to filter (search) for tags
on tags index page.
2021-09-12 22:28:39 +00:00
Kovah
d0dc81893b
Large code cleanup 2021-05-10 13:51:09 +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
0743f4b0c5
Optimize database queries by properly loading relationships 2021-01-12 23:33:24 +01:00
Kovah
1aeed1a021
Fix unit tests and smaller code issues 2020-11-17 19:01:37 +01:00
Kovah
a701c9ff31
Correct types view controller return types, unify code styling 2020-11-17 17:27:58 +01:00
Kovah
97ec9eb5a5
Simplify model controllers by using route model binding, remove delete requests 2020-11-17 17:21:43 +01:00
Kovah
a94fdeb2b6
Add more sorting options to pages containing lists of entities (#162) 2020-10-22 00:17:12 +02:00
Kovah
1717f32ed8
Large refactoring or code styling and documentation of the application controllers 2020-06-24 21:02:58 +02:00
Kovah
600eed0595
Merge branch 'dev' into api 2020-06-08 16:27:59 +02:00
Kovah
baff2bd9bd
Fix issues with duplicate checks and wrong passed IDs inside the link controller 2020-06-07 18:59:07 +02:00
Kovah
0a5e6d882b
Improve display of the history for links (#126) 2020-06-07 17:09:57 +02:00
Kovah
c649b98f99
Add tests for the link check toggle controller method 2020-06-07 12:55:02 +02:00
Kovah
1b4534cb16
Implement duplicate checks for URLs while saving a link (#112) 2020-06-02 16:56:26 +02:00
Kovah
ab641bc398
Merge branch 'dev' into api
# Conflicts:
#	tests/Controller/API/LinkApiTest.php
#	tests/Controller/API/LinkNotesTest.php
#	tests/Controller/API/ListApiTest.php
#	tests/Controller/API/ListLinksTest.php
#	tests/Controller/API/NoteApiTest.php
#	tests/Controller/API/TagApiTest.php
#	tests/Controller/API/TagLinksTest.php
2020-05-06 18:32:58 +02:00
Kovah
1e663d2b3a
Only flash alerts for HTML meta errors inside the standard link controller 2020-05-05 23:53:23 +02:00
Kovah
75ff816c6c
Merge branch 'dev' into api 2020-04-29 23:20:29 +02:00
Kovah
e44f10f861
Replace current alert provider with laracasts/flash package 2020-04-28 10:15:32 +02:00
Kovah
376e012100
Implement first version of the note API 2020-04-19 23:19:39 +02: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
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
e35b9926e1
Major code cleanup with help of linters and Larastan 2020-01-24 13:15:49 +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
c13cbb62dc
Implement a repository for the note model 2019-07-16 20:46:38 +02:00
Kovah
543e13879c
Correct dleetion handling for models 2019-07-16 20:24:56 +02:00
Kovah
057837a476
Implement a queue via the cron, move Wayback archiving into queue job (#58) 2019-07-16 19:55:57 +02:00
Kovah
e2da1d38a6
Add missing link deletion method for link repository 2019-07-16 19:33:47 +02:00