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

246 Commits

Author SHA1 Message Date
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
Kovah
aec7a6bc8f
Correct handling of trusted proxies (#625) 2023-03-19 10:37:59 +01:00
Kevin Woblick
0249392b9a
Merge pull request #618 from chrissawyerfan4/search-nonoresults
Don't show "no results" when no search was performed
2023-03-16 22:55:21 +01:00
Kovah
107571ffa7
Make trusted proxies configurable via the env files (#617) 2023-03-16 22:14:54 +01:00
Kovah
f8f194a0d6
Update dependencies, remove laravel-cors package 2023-03-16 21:58:45 +01:00
chrissawyerfan4
6da9c0a702
Don't show "no results" when no search was performed 2023-03-04 02:55:31 +01:00
ahmad
d9759cb108 Fix a typo in SearchesLinks trait 2022-07-18 12:24:29 +04:30
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
03996f8bb3
Remove SETUP_COMPLETED variable (#398)
Replaces SETUP_COMPLETED variable with a database setting. Changes setup to add the setting to the database. Also adds a migration for existing installations.
2022-03-25 00:10:58 +01:00
Kovah
00c6693b1c
Reduce .env contents to the bare minimum (#398)
- Removes all config values that are not really needed for the most basic setup
- Adds a generic standard value for the app key which is checked in the setup middleware and replaced with a secure, random key then
2022-03-24 00:07:16 +01:00
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
69bef0101b
Handle duplicate error messages (#329) 2022-01-06 10:12:08 +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
93f8b14b76
Add option to place custom HTML in <head> (#280) 2021-10-05 22:51:04 +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
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
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
30d4a587c3
Fix editing of notes, remove required link_id field (#243) 2021-03-06 19:12:07 +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
6458ebec71
Allow search of broken links only 2021-02-04 16:28:39 +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