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

741 Commits

Author SHA1 Message Date
Kovah
ec7f5a3ef8
Correct language string for tags 2020-08-23 15:42:52 +02:00
Kovah
7cff07edfe
Remove deprecated alert service provider 2020-08-13 09:41:11 +02:00
Kovah
ea177505c0
Add possible caching option to Docker update script 2020-08-13 09:13:49 +02:00
Kovah
c13c16ffa2
Make link creation test more reliable by using static data 2020-08-13 01:07:34 +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
Kovah
8e5574a155
Properly output tag and list IDs if a link is converted to JSON for the API 2020-08-13 00:42:50 +02:00
Kovah
d3c91230d1
Correct copying of package.json in release dockerfile 2020-08-13 00:03:06 +02:00
Kovah
ba94fb8391
Update NPM dependencies 2020-08-12 17:32:16 +02:00
Kovah
4596f76a38
Add entry for link creation to history overview 2020-08-12 17:32:03 +02:00
Kovah
a9bc009276
Add test for unicode characters in taxonomy names while adding links 2020-08-11 00:59:36 +02:00
Kovah
23d19da8bf
Refactor tag and list handling for links to accept other input variants (#143 #145) 2020-08-11 00:53:49 +02:00
Kovah
fe8f174977
0.0.41 2020-08-08 11:06:32 +02:00
Kovah
1100df2a2a
Update PHP dependencies 2020-08-08 11:06:06 +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
834f4c9c25
0.0.40 2020-08-05 11:18:03 +02:00
Kovah
8a9a130dda
Update base Node version to 12.18.2, replace Selectize package with own fork, updates dependencies 2020-08-05 11:17:45 +02:00
Kovah
113a865019
Rewrite of the LinkAce version handling and update checks 2020-07-02 17:14:29 +02:00
Kovah
c11e0e8411
Fix issue with the link tag editing via API 2020-07-02 17:13:37 +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
4eab088a74
0.0.39 2020-07-01 23:43:33 +02:00
Kovah
4798d2762b
Refactor all controller tests to use RefreshDatabase trait 2020-07-01 23:38:34 +02:00
Kovah
79a6c34a09
Refactor model controller tests 2020-07-01 23:33:43 +02:00
Kovah
83dc0b5e54
Refactor auth and guest controller tests 2020-07-01 23:24:43 +02:00
Kovah
c273e042c1
Refactor some of the basic controller tests 2020-07-01 23:22:48 +02:00
Kovah
6e95f98396
Refactor API tests with simplified request authentication (#6)
Also fixes issues with the update requests checks for unique values
2020-07-01 23:16:13 +02:00
Kovah
c586134862
Move to specific delete and patch http methods for API calls (#6) 2020-07-01 00:45:47 +02:00
Kovah
525a0b510d
Correct missing property for trash controller test 2020-07-01 00:21:29 +02:00
Kovah
b75c212b5f
Add a new endpoint for handling the trash (#6)
Also optimizes existing tests for the trash controller with a new trait
2020-07-01 00:14:49 +02:00
Kovah
aa9ea21140
Implement a form request for clearing the trash for models 2020-06-30 23:39:44 +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
4a356fc5cf
Remove experimental testing for PHP 8 2020-06-29 18:44:28 +02:00
Kovah
44c9f54802
Add experimental testing for PHP 8 2020-06-29 18:41:39 +02:00
Kovah
59f537b9ed
Add experimental testing for PHP 8 2020-06-29 18:39:19 +02:00
Kovah
cd505ac1ec
Update funding information 2020-06-26 12:55:23 +02:00
Kovah
5637046b68
Update the readme with updated support information 2020-06-26 12:42:37 +02:00
Kovah
4979827b79
Update the readme with updated support information 2020-06-26 12:36:49 +02:00
Kovah
1717f32ed8
Large refactoring or code styling and documentation of the application controllers 2020-06-24 21:02:58 +02:00
Kovah
e5b960ad0b
Update of NPM dependencies 2020-06-24 21:02:47 +02:00
Kovah
17dd6c8844
Update PHP dependencies 2020-06-24 20:54:17 +02:00
Kovah
3eb941bdb8
Add new endpoint to check an url for existing links (#6) 2020-06-24 17:10:10 +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
3ffe6daadb
Add API endpoint for searching links with various features (#6) 2020-06-12 00: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