1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-23 18:53:13 +01:00

472 Commits

Author SHA1 Message Date
Kovah
6a614a33ef
Update dependencies, enable support for PHP 8.1, switch Docker build to PHP 8.1 and Node 16 2022-03-11 10:01:21 +01:00
Ole Apeland
1e9279bb70 Updated links and formatting used in RSS/Atom feed. 2022-01-28 12:25:31 +01:00
Kovah
ef6d7b7e79
Fix redirection after link deletion (#341, #355) 2022-01-20 21:47:10 +01:00
Kovah
ad8e796194
Correct tag creation handling, slight styling adjustments (#356) 2022-01-20 21:32:39 +01:00
Kovah
b207f9380f
Slightly adjust input placeholder color 2022-01-14 12:52:59 +01:00
Kovah
df3d57622c
Fix form styling (#345) 2022-01-14 00:29:49 +01:00
Kovah
ebe2398c72
Further small design corrections (#345) 2022-01-14 00:10:39 +01:00
Kovah
04d16ecbb7
Adjust guest views, optimize design of link cards and views (#345) 2022-01-13 23:52:08 +01:00
Kovah
f7adb6e676
Adjust all guest views, update pagination handling (#345) 2022-01-10 12:08:38 +01:00
Kovah
82bb8ac743
Fix URL field handling to prevent errors 2022-01-10 11:54:34 +01:00
Kovah
e94510920c
Adjust dark mode, update auth views (#345) 2022-01-10 11:54:19 +01:00
Kovah
a1b1371050
Adjust all views for logged in users (#345) 2022-01-09 23:45:54 +01:00
Kovah
48216c61ac
Upgrade to Bootstrap 5 with first adjustments to the views (#345) 2022-01-07 12:16:49 +01:00
Kovah
6b4b6dc1bd
Replace Selectize with Tom Select (#343) 2022-01-06 23:09:06 +01:00
Kovah
9aff9e5fc4
Fix broken Docker build 2022-01-06 22:16:37 +01:00
Kovah
292e8fa368
Fix link opening in new tab on simple list (#339) 2022-01-06 20:57:58 +01:00
Kovah
69bef0101b
Handle duplicate error messages (#329) 2022-01-06 10:12:08 +01:00
Kovah
c08b50d4ea
Remove the splash screen (#325) 2022-01-05 22:48:19 +01:00
Kovah
fdc6b63321
LinkAce now requires PHP 7.4 and uses Node LTS 16 2022-01-05 21:40:55 +01:00
Kovah
3bc7bb3cf7
Expose params on the bookmarklet url for tags and lists (#308) 2021-11-02 20:55:03 +01:00
Kovah
509e3e79bf
Prevent usage of header scripts in demo environment 2021-11-02 20:12:21 +01:00
Kovah
febf58e8df
Update translations 2021-10-06 09:16:27 +02: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
b8725c77b4
Update translations 2021-10-05 22:12:06 +02:00
Kovah
ee470725ee
Add new translations for catalan, spanish and hungarian
Many thanks to Patrick Mates, aladecom and Xorxe!
2021-09-20 22:53:59 +02:00
Kovah
d7c3aa39d8
Add filters for lists index page (#309) 2021-09-20 22:43:39 +02:00
Gavin Rehkemper
2305da649e Added ability to filter (search) for tags
on tags index page.
2021-09-12 22:28:39 +00:00
Kovah
6589c92b49
Hotfix for simple dockerfile with correct nginx http config location 2021-08-09 00:40:24 +02:00
Kovah
bce78f6667
Add missing indicators for private tags and lists on their detail pages (#304) 2021-08-08 22:56:55 +02:00
Kovah
1dd2866574
Fix styling for very long list and tag names on the dashboard (#303) 2021-08-08 22:50:22 +02:00
Kovah
c7d887b677
Update translations from Crowdin
Thanks to users swinn37 and MashMinn
2021-06-17 23:03:38 +02:00
Kovah
b560494643
Optimize the setup process (#288) 2021-06-17 22:59:38 +02:00
Kovah
7d9bd55d35
Make search query required for the dashboard search box (#278) 2021-06-06 12:27:17 +02:00
Kovah
5dd497659f
Add tags to search links table (#279)
Also updates the shortUrl() method to remove https:// from the url
2021-06-06 12:20:47 +02:00
Kovah
3752db7848
Hotfixes for the component linkace logo 2021-04-19 18:39:44 +02:00
Kovah
959b308faa
Add social meta to html header 2021-04-19 17:39:32 +02:00
Kovah
5a85594ffc
Migrate linkace logo to icon components 2021-04-19 17:32:32 +02:00
Kovah
39ed05e1a1
Minor styling changes for link thumbnails 2021-04-18 13:59:28 +02:00
jeop10
98567b8000 Generate screenshots for links #18
First step into implementing a "screenshot" of the added links, so this commits makes possible to retrieve the images that exists on the metatags and store it as the thumbnail.
2021-04-16 19:48:34 +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
3ca809baf4
Correct nginx.conf for simple Docker setup (#258) 2021-04-09 09:57:45 +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
1c98fc39ce
Optimize markdown handling for links and notes, add markdown support for list descriptions 2021-03-28 23:35:34 +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
6cf17b3ebf
Optimize release Dockerfiles 2021-03-27 12:24:54 +01:00