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

211 Commits

Author SHA1 Message Date
Kovah
d9e82be485
Add new option to set custom User Agent with APP_USER_AGENT (#334) 2022-01-14 12:31:07 +01:00
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
ebe2398c72
Further small design corrections (#345) 2022-01-14 00:10:39 +01: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
c08b50d4ea
Remove the splash screen (#325) 2022-01-05 22:48:19 +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
ea74057650
Fix order directions for tag controller (#306) 2021-10-05 22:13:58 +02:00
Kovah
7773264b8b
Fix public/private behavior of tags (#307) 2021-10-05 22:08:04 +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
42b4824b76
Properly cache update checks for 1 day 2021-04-19 16:40:36 +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
ee9b7bdb7a
Hide private tags in guest link overview 2021-03-29 09:42: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
b8135ac162
Add RSS feeds for public lists accessible via guest mode (#197) 2021-03-28 23:53:12 +02:00
Kovah
805ed2ac03
Optimize public scopes for links, lists and tags 2021-03-28 23:20:06 +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
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
2c54e0d270
Fix some issues reported by Enlightn, optimize configuration 2021-03-05 23:19:27 +01:00
Kovah
a217d21a34
Add version information and update check to footer (#220) 2021-02-26 23:22:15 +01:00
Kovah
0fdd74a803
Correct several performance and code issues, update HTTP kernel to Laravel 8 files 2021-01-20 22:24:43 +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
Kovah
4c676c96ee
Migrate development PHP container to official PHP image 2021-01-19 00:50:59 +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
0743f4b0c5
Optimize database queries by properly loading relationships 2021-01-12 23:33:24 +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
71a97b24c5
Correct wrong redirect in setup which prevents the setup to complete (#186) 2020-12-21 10:59:45 +01:00
Kovah
7a915279b7
Validate URL input for fetch endpoint 2020-12-18 13:12:35 +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
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
ffc5ccf73d
Add check for writable storage directory to setup 2020-11-08 19:03:53 +01:00
Kovah
ded0982753
Add more settings for guest users (#161) 2020-10-22 13:51:27 +02:00
Kovah
e7118237c3
Add tags overview to guest mode (#160) 2020-10-22 13:28:55 +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
a94fdeb2b6
Add more sorting options to pages containing lists of entities (#162) 2020-10-22 00:17:12 +02:00