Kovah
6458ebec71
Allow search of broken links only
2021-02-04 16:28:39 +01:00
Kovah
52e1c5f09f
Properly catch issues with encoding conversion in HTML meta helper ( #225 )
2021-02-04 16:02:49 +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
Kevin Woblick
20ce10106d
Merge pull request #201 from hnnweb/importcommand
...
Import command
2021-01-12 23:42:02 +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
0762a2441c
Add command to view 2FA recovery codes ( #173 )
2021-01-10 18:18:15 +01:00
Kovah
83918b62f3
HEAD is enough to save a link to the Wayback Machine
2021-01-09 13:26:27 +01:00
Kovah
27bb48a0e4
Minor code improvements
2021-01-03 16:46:24 +01:00
Henrik Norrman
f583d7a90a
Only check valid protocols ( http and https )
...
Also, check with HEAD and not GET.
This speeds up the process as it doesn't have to download the page
2021-01-01 17:47:31 +01:00
Henrik Norrman
d51d4abece
Add description to arguments and options
2021-01-01 16:25:49 +01:00
Henrik Norrman
672a27aa61
Fix lint errors
2021-01-01 15:28:09 +01:00
Henrik Norrman
fb3a08ebc8
Import command to import large files without timeout from the browser/webserver
2021-01-01 15:04:37 +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
11de29e8e8
Properly escape history entry outputs
2020-12-17 23:12:19 +01:00
Kovah
0350584b16
Optimize performance of adding links by delaying the execution of the Wayback Machine backup
2020-12-17 22:21:16 +01:00
Kovah
22f066b5c4
Add Sentry as a possible error logger
2020-12-04 18:17:49 +01:00
Kovah
1aeed1a021
Fix unit tests and smaller code issues
2020-11-17 19:01:37 +01:00
Kovah
92b755de6a
Correct the bookmarklet login handling by using a new middleware
2020-11-17 17:47:54 +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
8debf3c56e
Remove the custom DynamicComponent class
2020-11-17 17:12:27 +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
6aa6e569c1
Minor bookmarklet updates
2020-11-13 23:37:13 +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
3e5a8780b5
Increase timeout for link checks to 10 seconds to account for slow networks and servers
2020-11-13 09:25:54 +01:00
Kovah
1f1289a9b5
Fix critical issue with status changes in link histories
2020-11-13 09:19:17 +01:00
Kovah
f8b0b31574
Fix issue with import logging at root level ( #169 )
2020-11-08 20:20:08 +01:00
Kovah
113b30120d
Update to Laravel 8, refactor tests to use new factory classes
...
Also updates all other needed packages.
2020-11-08 20:10:42 +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
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
479613aa5d
Change mapping of icons for links and social sharing ( #158 )
2020-10-21 13:46:18 +02:00
Kovah
eaba84f476
Add a new dynamic component helper ( #158 )
2020-10-21 13:45:23 +02:00
Kovah
1a9312b7e1
Properly escape search queries for links, lists and tags ( #163 )
2020-10-21 11:29:02 +02:00
Kovah
c6bec43867
Add ability to change the user language ( #139 )
2020-10-09 12:25:58 +02:00
Kovah
b6b0d22643
Fixes issue with wrong db column names ( #151 )
2020-09-21 23:31:51 +02:00
Kovah
4f745d599e
Fix import of tags by using sync instead of attaching new tags
2020-09-07 12:20:08 +02:00
Kovah
7cff07edfe
Remove deprecated alert service provider
2020-08-13 09:41:11 +02:00
Kovah
c6b7aad60a
Change handling of tags and lists for links by using lazy loaded collections
2020-08-13 00:57:39 +02:00