1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-25 03:32:59 +01:00

40 Commits

Author SHA1 Message Date
Kovah
e44f10f861
Replace current alert provider with laracasts/flash package 2020-04-28 10:15:32 +02: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
Kovah
5d96a75341
Update category repository tests 2019-07-16 19:29:18 +02:00
Kovah
35e91b7272
Implement a repository for the tag model 2019-07-16 19:28:13 +02:00
Kovah
8739492bca
Implement a repository for the category model 2019-07-16 18:15:21 +02:00
Kovah
e42f8c17de
Move to Repository-based controllers, update link creation test 2019-07-15 16:12:54 +02:00
Kovah
f2c9224727
Implement Wayback Machine into Link model (#39) 2019-03-24 22:14:02 +01:00
Kovah
be77eb75a7
Remove Rememberable package as it causes too much headache right now 2019-03-22 17:02:36 +01:00
Kovah
a5a600cc0b
Fix issue with session handling of the bookmarklet 2019-03-22 11:09:23 +01:00
Kovah
c262350486
Remove debug statement 2019-01-31 13:18:11 +01:00
Kovah
e89a95ef82
Automatically detect meta descriptions for links 2019-01-31 13:02:11 +01:00
Kovah
757da6833e
Fix category saving for links 2019-01-30 22:51:35 +01:00
Kovah
eea5de2256
Fully implement link icons, correct icon mapper (#15) 2019-01-30 20:40:40 +01:00
Kovah
42e2773f96
Fix category displaying in lists 2019-01-24 10:59:52 +01:00
Kovah
008003438e
Fix missing table sorting for logged in users (#21) 2019-01-22 22:41:02 +01:00
Kovah
71b8e4231b
Add table sorting to all item tables (#21) 2019-01-22 22:27:17 +01:00
Kovah
26391caab7
Implement notes functionality for links (#11) 2019-01-17 21:08:12 +01:00
Kovah
5f38f4aa68
Implement advanced model and data caching to speed up the app 2019-01-16 23:57:28 +01:00
Kovah
3408141bcd
Add missing user checks for all model editing 2019-01-10 23:46:06 +01:00
Kovah
1629f712bc
Implement bookmarklet feature (#5) 2019-01-10 22:39:01 +01:00
Kovah
1fa2c7d96c
Implement further user settings and implement them (#2) 2019-01-10 21:14:46 +01:00
Kovah
1f469a4a02
Correct link displaying for tags and categories 2018-09-09 22:51:49 +02:00
Kovah
0b6cb4ad31
Organize controllers into folders 2018-09-09 21:24:08 +02:00