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
ff880de8d6
Correct logo sizing on the login splash-page ( #212 )
2021-01-12 23:37:54 +01:00
Kovah
0743f4b0c5
Optimize database queries by properly loading relationships
2021-01-12 23:33:24 +01:00
Kovah
eafaa5c90c
Improve accessibility of icons used in the uI (181)
2021-01-10 18:43:51 +01:00
Kovah
fead8276cd
Correct input type for url in quick link add form on dashboard ( #187 )
2020-12-21 11:14:23 +01:00
Kovah
12fb35c26d
Correct favicon URLs
2020-12-17 14:16:07 +01:00
Kovah
5f0ad02d39
Add viewer for system logs
2020-11-19 17:30:22 +01:00
Kovah
55bea84112
Add tests for password resets and sharing helper
2020-11-17 12:22:41 +01:00
Kovah
2986354a94
Add two factor authentication ( #172 #111 )
2020-11-16 23:17:20 +01:00
Kovah
68b76a60f3
Replace Laravel UI with Fortify ( #172 )
2020-11-16 22:03:06 +01:00
Kovah
fcb94f9dee
Optimize automatic dark mode loading
2020-11-13 23:25:27 +01:00
Kovah
c584ab4b64
Add a console command to purge history entries with and without offset, also always display the history, even if there is only the initial creation available
2020-11-13 13:40:06 +01:00
Kovah
ce4bb17d64
Fix issue with duplicate route names in setup
2020-11-13 00:36:00 +01:00
Kovah
d8faee7120
Fix minor layout issue
2020-11-12 21:20:42 +01:00
Kovah
a2358f6239
Slight adjustment of the mobile navigation
2020-11-11 23:08:48 +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
Kovah
073ed5d8cb
Remove Fontawesome loading from layouts ( #158 )
2020-10-21 15:23:57 +02:00
Kovah
8cbd36d61e
Migrate to HTMl icons ( #158 )
...
This adjusts multiple components, including the table sorting, link share buttons and link icons. All were changed to use views, dynamic components and the new icons. All views were adjusted to use the new icons instead of the Fontawesome Javascript.
2020-10-21 15:14:53 +02:00
Kovah
50e9121326
Minor layout correction for list detail pages
2020-10-09 18:18:01 +02:00
Kovah
c6bec43867
Add ability to change the user language ( #139 )
2020-10-09 12:25:58 +02:00
Kovah
14ef595196
Reduce output of critical errors ( #152 )
2020-09-21 23:38:45 +02:00
Kovah
adcd6ccd8f
Fix wrong base template for guest view
2020-09-21 23:33:49 +02:00
Kovah
4596f76a38
Add entry for link creation to history overview
2020-08-12 17:32:03 +02:00
Kovah
56492c4f71
Fix issues with restoring and clearing trash items ( #142 )
2020-08-08 11:05:25 +02:00
Kovah
f88896768d
Many minor UI corrections and fixes
2020-08-05 16:22:02 +02:00
Kovah
89f7ffa4d5
Fix tag and list input in the search and link edit form
2020-08-05 12:26:28 +02:00
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
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
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
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
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
460e836738
Add new settings to control backups by the internet archive ( #117 )
2020-05-06 17:52:04 +02:00