Kovah
c084752b95
Merge branch 'main' into dev-v2
...
# Conflicts:
# .github/workflows/build-docker.yml
# app/Actions/ImportHtmlBookmarks.php
# app/Helper/functions.php
# app/Http/Controllers/Guest/LinkController.php
# app/Http/Controllers/Guest/ListController.php
# app/Http/Controllers/Guest/TagController.php
# app/Http/Controllers/Models/LinkController.php
# app/Http/Controllers/Models/ListController.php
# app/Http/Controllers/Models/TagController.php
# app/Http/Controllers/Traits/SearchesLinks.php
# app/Http/Middleware/TrustProxies.php
# composer.json
# composer.lock
# config/app.php
# resources/views/partials/configure-darkmode.blade.php
# tests/Controller/Models/LinkControllerTest.php
# tests/Controller/Models/ListControllerTest.php
# tests/Controller/Models/TagControllerTest.php
2023-09-28 19:42:45 +02:00
Kovah
130404aee1
Improve handling of order direction for sorting models
2023-07-20 08:54:52 +02:00
Kovah
20b196297b
Minor code changes
2023-06-04 13:22:56 +02:00
Kovah
15c5a06dd7
Return null as description as a fallback when trying to get meta data of the link ( #646 )
2023-06-04 13:22:48 +02:00
Kovah
abcd914aa5
Make lists and tags private according to the user setting when created from links ( #644 )
2023-06-04 13:11:54 +02:00
chrissawyerfan4
2cf94d1db9
Fix random sorting for guests
2023-04-14 01:59:00 +02:00
chrissawyerfan4
328ef58cad
Avoid orderBy("random") as it's not an existing column
2023-04-14 00:18:05 +02:00
Kovah
4510407b50
Fix import for links without private field ( #630 )
2023-04-10 10:15:22 +02:00
chrissawyerfan4
48c84aa8b5
Add random order option
2023-04-03 19:33:00 +02:00
Kovah
aec7a6bc8f
Correct handling of trusted proxies ( #625 )
2023-03-19 10:37:59 +01:00
Kevin Woblick
0249392b9a
Merge pull request #618 from chrissawyerfan4/search-nonoresults
...
Don't show "no results" when no search was performed
2023-03-16 22:55:21 +01:00
Kovah
30e7d99f5f
Correctly set dark mode for guests including login views ( #619 )
2023-03-16 22:35:12 +01:00
Kovah
107571ffa7
Make trusted proxies configurable via the env files ( #617 )
2023-03-16 22:14:54 +01:00
Kovah
f8f194a0d6
Update dependencies, remove laravel-cors package
2023-03-16 21:58:45 +01:00
chrissawyerfan4
6da9c0a702
Don't show "no results" when no search was performed
2023-03-04 02:55:31 +01:00
Kovah
28cfd9eaaf
Merge v1.11.1
2023-01-22 12:53:13 +01:00
Kovah
e902e7c6f0
Make imported tags private if specified in the user settings ( #588 )
2023-01-22 11:58:52 +01:00
Kovah
129a36ea46
Add command to complete the postgres or sqlite setup
2023-01-22 11:28:06 +01:00
Kovah
4254415cfa
Remove debug statement
2022-12-16 08:46:48 +01:00
Kovah
89c62f283a
Merge v1.11
2022-12-15 11:15:05 +01:00
Kovah
01daaa72ff
Use progress bars for processing link thumbnails ( #571 )
2022-12-15 09:44:44 +01:00
Kovah
8ff2b51736
Set default privacy setting for imported bookmarks ( #577 )
2022-12-15 00:03:35 +01:00
Kovah
d951088c5a
System api tokens: switch to clear model based authorization, fix list and tag loading
...
This also removes the abilities for creating links, list, tags and notes, as links should not be created by a system user and also not in the name of another user
2022-09-29 19:23:01 +02:00
Kovah
5388ad5dc5
Fix minor issues after merging dev into dev-v2
2022-09-29 10:45:27 +02:00
Kovah
c986d4827f
Merge branch 'dev' into dev-v2
2022-09-29 10:19:47 +02:00
Kovah
b2705deeb5
WIP: system-wide api tokens ( #165 )
...
This is a ton of work. A new system user is generated while running the migrations. System tokes are bound to that user. Api calls need to be properly authorized, which feels really hacky at the moment. I only implemented link api tests for now.
2022-09-29 10:10:58 +02:00
Kovah
7995818fb6
Add command to list all current users
2022-09-04 11:50:28 +02:00
Kovah
b38bb3b72f
Large code cleanup and formatting of existing app code
2022-07-20 21:16:53 +02:00
Kovah
121cf4bd57
Large code cleanup and formatting of controllers
2022-07-20 11:29:15 +02:00
Kovah
8c9c0062d2
Large code cleanup and formatting
2022-07-20 10:54:53 +02:00
Kovah
d37307785f
Properly migrate existing API tokens, adjust register user command
2022-07-20 10:39:39 +02:00
Kovah
2dd2810a30
Correct handling of the trash, fix feed authorization
2022-07-20 09:38:46 +02:00
Kovah
5298fd22f7
Add api token handling for users ( #165 )
2022-07-20 00:05:46 +02:00
Kovah
cbebfa48eb
Add public user profiles ( #165 )
2022-07-19 21:00:01 +02:00
Kovah
26ac19a114
Minor style adjustments
2022-07-19 17:50:01 +02:00
Kovah
9bb2e7c7a6
Last adjustments for tag and list handling
2022-07-19 17:33:08 +02:00
Kovah
f22d5240cc
WIP: Adjust handling of tags and lists while editing and creating links
2022-07-19 17:03:16 +02:00
Kovah
682b0b7f41
WIP: Adjust handling of tags and lists while editing and creating links
2022-07-19 16:24:00 +02:00
Kovah
a158467d0b
refactoring and deprecated code removal
2022-07-19 09:12:58 +02:00
ahmad
d9759cb108
Fix a typo in SearchesLinks trait
2022-07-18 12:24:29 +04:30
Kovah
836ca153b8
Adjust tests and order validation in controllers
2022-07-13 23:50:57 +02:00
Kovah
e26417b9cf
Optimize order validation inside controllers
2022-07-13 23:15:34 +02:00
Kovah
0dc84110a7
WIP: Update tag controllers to reflect user permissions and visibility
2022-07-13 23:03:37 +02:00
Kovah
9ccccb9315
WIP: Update note controllers to reflect user permissions and visibility
2022-07-13 22:32:27 +02:00
Kovah
23650874c7
WIP: Update list controllers to reflect user permissions and visibility
2022-07-13 21:50:23 +02:00
Kovah
6e29698ae8
Only allow ordering of entities by predefined columns and directions
2022-07-13 21:20:10 +02:00
Kovah
d7a9e4dfbe
Only allow ordering of entities by predefined columns and directions
2022-07-13 11:02:57 +02:00
Kovah
1c65c75487
WIP: Update link controllers to reflect user permissions and visibility
2022-07-13 10:45:08 +02:00
Kovah
575f824359
WIP: Add internal user profiles, adjust some queries to display all links, update details views with author information
2022-07-01 17:43:16 +02:00
Kovah
42a9867b32
WIP: Add user editing for admins, rename routes, update dependencies
2022-07-01 16:57:46 +02:00