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

292 Commits

Author SHA1 Message Date
Kovah
e12107f283
Refactoring of the user settings structure, adding more spacing 2020-08-05 12:20:00 +02:00
Kovah
f1a8775259
Overhaul of the mobile navigation concept to be more app-like with less dropdowns 2020-08-05 12:05:51 +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
edbaf0292c
Merge branch 'tag-suggestions' into dev
# Conflicts:
#	app/Http/Controllers/FetchController.php
2020-07-02 09:14:13 +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
c2b513bc28
Add backend fetch endpoint to get html for the html keyword parsing in the frontend (#136) 2020-06-18 17:02:59 +02:00
Kovah
e6ded95104
First quick draft implementation of tag suggestions (#136) 2020-06-18 10:24:44 +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
600eed0595
Merge branch 'dev' into api 2020-06-08 16:27:59 +02:00
Kovah
fe53bcad4d
Fix the both password reset templates (#134) 2020-06-08 10:04:32 +02:00
Kovah
8c050f0b53
Improve the link icon display and the details page 2020-06-07 18:24:27 +02:00
Kovah
0a5e6d882b
Improve display of the history for links (#126) 2020-06-07 17:09:57 +02:00
Kovah
3d91d7e2bd
Correct link private handling in edit forms 2020-06-07 12:29:43 +02:00
Kovah
0ba9676753
Correct behavior of the link revisioning, extend tests (#126) 2020-06-05 11:45:21 +02:00
Kovah
56b1bdc1a4
Implement a changelog for links (#126)
Installed and set up Revisionable package and enabled it for Links. Added custom handler for relations to Tags and LinkLists. Added new Blade component for displaying a history entry.
2020-06-05 11:43:46 +02:00
Kovah
e6dbff0c81
Add styles for HTML code tag 2020-06-05 10:44:06 +02:00
Kovah
862657f80f
Correct edit views for lists and tags 2020-06-04 13:23:04 +02:00
Kovah
23ddcb7d9e
Improve all link, tag and list forms on mobile devices (#131) 2020-06-04 13:12:48 +02:00
Kovah
a2b8662b61
Implement possible fix for the mobile navigation (#131) 2020-06-04 12:22:59 +02:00
Kovah
285308331e
Add option to export links to CSV file (#30) 2020-06-03 15:38:44 +02:00
Kovah
d2a9326abd
Improve styling of alerts in dark mode, reduce font size to make them less obtrusive 2020-06-02 16:58:38 +02:00
Kovah
1b4534cb16
Implement duplicate checks for URLs while saving a link (#112) 2020-06-02 16:56:26 +02:00
Kovah
9028f80c3b
Add PCov to dev dockerfile for faster code coverage generation in PHPUnit 2020-05-06 21:51:05 +02:00
Kovah
29d62c1c8f
Install and prepare xDebug in the development Dockerfile 2020-05-06 19:51:09 +02:00
Kovah
ab641bc398
Merge branch 'dev' into api
# Conflicts:
#	tests/Controller/API/LinkApiTest.php
#	tests/Controller/API/LinkNotesTest.php
#	tests/Controller/API/ListApiTest.php
#	tests/Controller/API/ListLinksTest.php
#	tests/Controller/API/NoteApiTest.php
#	tests/Controller/API/TagApiTest.php
#	tests/Controller/API/TagLinksTest.php
2020-05-06 18:32:58 +02:00
Kovah
460e836738
Add new settings to control backups by the internet archive (#117) 2020-05-06 17:52:04 +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
a96d1d488c
Extend user settings with list and tag privacy controls (#113) 2020-05-05 09:56:30 +02:00
Kovah
cccb4904b5
Correct the bookmarklet window close timer 2020-04-30 23:36:36 +02:00
Kovah
897b80bd58
Correct Node version in release Dockerfile 2020-04-30 15:21:02 +02:00
Kovah
7fddb766a9
Prevent long titles from overflowing (#123) 2020-04-29 23:34:44 +02:00
Kovah
75ff816c6c
Merge branch 'dev' into api 2020-04-29 23:20:29 +02:00
Kovah
2a6ed9a98c
Fix the broken quick-add form for links on the dashboard (#118) 2020-04-28 11:03:53 +02:00
Kovah
e44f10f861
Replace current alert provider with laracasts/flash package 2020-04-28 10:15:32 +02:00
Kovah
0093662eaf
Catch critical Curl errors when trying to get meta of an URL (#115 #116) 2020-04-28 09:52:17 +02:00
Kovah
81f5a5f50e
Merge branch 'dev' into api 2020-04-23 10:12:26 +02:00
Kovah
1840a10f1a
Correct usage of the logo 2020-04-23 10:12:19 +02:00
Kovah
a1cb2204bb
Merge branch 'dev' into api 2020-04-23 09:56:31 +02:00
Kovah
8c7cb3c34c
Update the new LinkAce logo 2020-04-23 09:56:07 +02:00
Kovah
6d9049721d
Update the favicon 2020-04-23 09:53:14 +02:00
Kovah
2afd28793f
Add the IBM Plex font 2020-04-23 09:32:04 +02:00
Kovah
79147e7196
Minor fix for dark-mode card borders and variables 2020-04-19 15:36:08 +02:00
Kovah
013a99fc16
Change the simple link overview to use the URL icon and display the domain (#108) 2020-04-12 12:54:51 +02:00
Kovah
0563aba043
Overhaul the link display views and implement a new simple list, available in the settings (#108) 2020-04-09 16:19:55 +02:00
Kovah
19827aadbb
Add missing Hacker News icon 2020-04-09 15:35:03 +02:00
Kovah
b114057bc2
Various UI optimizations, make the design lighter and look less cluttered 2020-03-06 15:27:02 +01:00
Kovah
d330e0f3ea
Overhaul of the darkmode theme with various UI tweaks to improve the style and visual guidance 2020-03-05 23:37:18 +01:00
Kovah
c4f2df0745
Implement target handling for external links (#97) 2020-03-05 22:53:36 +01:00