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

77 Commits

Author SHA1 Message Date
Kovah
f4bfa21bc9
Properly save tags and lists for bookmarklet if users has to log in (#350) 2022-01-14 10:30:42 +01:00
Kovah
3bc7bb3cf7
Expose params on the bookmarklet url for tags and lists (#308) 2021-11-02 20:55:03 +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
d0dc81893b
Large code cleanup 2021-05-10 13:51:09 +02:00
Kovah
a36e6836ef
Move application views into correct folder 2021-04-15 12:11:14 +02:00
Kovah
7f76a86e66
Allow users to search for links without lists or tags (#257) 2021-04-09 11:32:11 +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
54471db324
Optimize recent tags and lists on dashboard (#188) 2021-03-22 22:34:45 +01:00
Kovah
1eb10b380d
Add recent tags and lists to the dashboard (#188) 2021-03-22 22:23:58 +01:00
Kovah
2a25af3e3f
Delete cached system settings after cron token is generated (#245) 2021-03-07 11:16:08 +01:00
Kovah
296fbd1170
fix some small code styling issues 2021-03-06 19:41:41 +01:00
Kovah
a217d21a34
Add version information and update check to footer (#220) 2021-02-26 23:22:15 +01:00
Kevin Woblick
e25058e20c
Merge pull request #214 from jk/feature/bookmarklet-description
Enable text selection as description in bookmarklet
2021-01-19 00:53:17 +01:00
Jens Kohl
12fbc76937 Enable text selection as description in bookmarklet
Optional text selection will be prefliled for the description field
2021-01-15 21:48:04 +01:00
Kovah
271386c3c8
Move html importer logic into action and improve imports via HTTP and console (refs #201) 2021-01-13 00:25:45 +01:00
Kovah
30d2fc1032
Properly cache system settings inside the helper function 2021-01-12 23:23:06 +01:00
Kovah
1035b7d6a0
Enable title and description for search by default (#211) 2021-01-11 17:21:53 +01:00
Kovah
a701c9ff31
Correct types view controller return types, unify code styling 2020-11-17 17:27:58 +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
f8b0b31574
Fix issue with import logging at root level (#169) 2020-11-08 20:20:08 +01:00
Kovah
ded0982753
Add more settings for guest users (#161) 2020-10-22 13:51:27 +02:00
Kovah
4f745d599e
Fix import of tags by using sync instead of attaching new tags 2020-09-07 12:20:08 +02:00
Kovah
113a865019
Rewrite of the LinkAce version handling and update checks 2020-07-02 17:14:29 +02:00
Kovah
8bf27abdb8
Optimize the update check handling 2020-07-02 10:06:08 +02:00
Kovah
4857164214
Remove version from config and load it from the package.json on the system settings page 2020-07-02 09:57:12 +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
1717f32ed8
Large refactoring or code styling and documentation of the application controllers 2020-06-24 21:02:58 +02:00
Kovah
7cae102e13
Add missing validation to the search request, add handling for API requests by switching between name and ID querying for lists and tags 2020-06-12 00:21:36 +02:00
Kovah
330ae06a3c
Move search functionality into trait and correct results order handling 2020-06-11 23:25:56 +02:00
Kovah
16e99f42d6
Update version, fix PHP CS issue 2020-06-03 16:17:25 +02:00
Kovah
285308331e
Add option to export links to CSV file (#30) 2020-06-03 15:38:44 +02:00
Kovah
d2a61c868e
Move the import form to fetch via JS to prevent request timeouts (#120) 2020-05-05 23:24:17 +02:00
Kovah
0a1f6b3167
Refactor of the HTML meta helper (#122)
Move the HTML meta helper into a new class and refactor the actual parsing of title and description. The helper now uses one single call to get the HTML and then parses the title and description from it.
The helper also now handles invalid URLs correctly. This includes URLs without a proper protocol as they can't be correctly queried for the meta data.
2020-04-29 19:14:42 +02:00
Kovah
e44f10f861
Replace current alert provider with laracasts/flash package 2020-04-28 10:15:32 +02: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
c4c1ffabec
Fix issue where the bookmarklet has let to a 500 error (#90) 2020-01-27 14:34:09 +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
394b03a9e5
Fix several issues where categories references were not migrated to the new list model 2019-11-28 11:15:22 +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
d27ddfe5b8
Display broken link count in dashboard 2019-09-17 16:22:14 +02:00