1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-01-16 20:58:22 +01:00

65 Commits

Author SHA1 Message Date
Kovah
3d57b2ea10 Upgrade release docker images to PHP 8.4 2025-01-13 00:40:35 +01:00
Kovah
c587ce6d3b Allow disabling user registration when using SSO (#872) 2024-12-19 15:37:31 +01:00
Kovah
d55244f374
Open links in new tabs from lists and tags (#389) 2024-11-19 12:53:39 +01:00
Kovah
1dc02bd037
Fix logo text styling, update translations 2024-11-16 13:45:27 +01:00
Kovah
0dccd1a7f8
Add several new features (#862 #863 #864)
- contact page with editable content
- additional footer link
- custom navbar title / logo text
- small optimizations for guest mode
2024-11-16 11:55:02 +01:00
Kovah
3140895651
Update translations 2024-10-17 13:08:22 +02:00
Kovah
9580da8f65
Redirect back to link list after deleting single link (#852) 2024-10-17 09:55:10 +02:00
Kovah
ac0090e501
Overhaul the import process to use backgrounds jobs (#287 #843) 2024-10-06 23:56:22 +02:00
Kovah
347b979c0a
Update translations, add Dutch as new language 2024-09-20 00:01:30 +02:00
Kovah
0ab77794c2
WIP add sso details to admin user management, add missing admin role assignment to setup (#174 #194) 2024-09-19 23:51:42 +02:00
Kovah
a9d92e8309
WIP Extend SSO implementation with proper naming, add basic tests, rename ENV key from OAUTH_ to SSO_ (#174 #194) 2024-09-18 23:58:36 +02:00
Kovah
96be6ca0f9
WIP adjust sso handling with multiple providers (#174 #194) 2024-09-18 21:54:24 +02:00
Kovah
b9c78b5ad7
WIP add generic oidc provider with kovah/laravel-socialite-oidc package (#174 #194) 2024-09-18 00:58:54 +02:00
Kovah
4388b37866
Update translations for DE, FR and JP 2024-08-26 17:01:44 +02:00
Kovah
9fdb1350b4
Minor translation correction 2024-08-26 16:02:36 +02:00
Kovah
fb73148216
Adjust setup to support SQLite and PostgreSQL (#831) 2024-08-14 15:17:48 +02:00
Kovah
b76b6a9eb4
Merge remote-tracking branch 'origin/1.x' into 2.x 2024-07-17 11:41:44 +02:00
Kovah
c3f628b4fc
Update translations 2024-07-09 20:19:52 +02:00
Kovah
db7ab3482d
Update translations, add Japaneseli 2024-06-17 09:47:44 +02:00
Andrew Prokhorenkov
724c1b0b3d
revert Vietnamese translation 2024-05-07 21:02:19 -05:00
Andrew Prokhorenkov
6543d215a3
revert translations 2024-05-07 21:00:40 -05:00
Andrew Prokhorenkov
5f169a0dea
Fix minimum length password wording (character number) 2024-05-03 01:15:52 -05:00
Kovah
f930ec0894
Add unique tag to imported links (#757) 2024-02-22 11:44:12 +01:00
Kovah
8a240da133
Merge branch 'main' into dev-v2
# Conflicts:
#	.github/workflows/build-docker.yml
#	.github/workflows/build-package.yml
#	app/Actions/ImportHtmlBookmarks.php
#	composer.lock
#	resources/views/models/links/partials/single-simple.blade.php
2024-02-20 16:28:56 +01:00
Kovah
460a7351ec
Add bulk edit for search (#26) 2024-02-20 16:06:41 +01:00
Kovah
fb50468ea2
Correct handling of link display setting, add missing translations 2024-02-20 15:48:43 +01:00
Kovah
e785460e31
Add bulk editing for links, lists and tags (#26) 2024-02-20 15:01:02 +01:00
Martin Ramsner
6f6500a8fd
display_mode_cards_detailed translation updated
display_mode_cards_detailed had wrong German translation
2024-02-17 14:41:58 +01:00
Kovah
274eca2ff0
Merge branch 'main' into dev-v2
# Conflicts:
#	app/Helper/Sharing.php
#	app/Http/Controllers/App/SystemSettingsController.php
#	app/Http/Controllers/FetchController.php
#	app/Http/Controllers/Guest/TagController.php
#	app/Http/Controllers/Models/ListController.php
#	app/Http/Controllers/Models/NoteController.php
#	app/Http/Controllers/Setup/RequirementsController.php
#	app/Providers/FortifyServiceProvider.php
#	composer.json
#	composer.lock
#	docker-compose.yml
#	resources/views/admin/system-settings/partials/general-settings.blade.php
#	resources/views/app/settings/partials/user/app-settings/privacy.blade.php
#	resources/views/app/settings/system.blade.php
#	resources/views/models/links/show.blade.php
#	resources/views/models/notes/partials/single.blade.php
#	resources/views/partials/header.blade.php
2024-02-06 09:16:07 +01:00
Kovah
3cf7bbffc8
Update Romanian translations 2024-02-05 22:53:01 +01:00
Kovah
f7cf40d7cf
Add Russian translations provided by kyaroslav83 on Crowdin 2023-11-01 14:12:58 +01:00
Kevin Woblick
194787b1f6
Merge pull request #703 from chrissawyerfan4/dev
Add page titles
2023-11-01 13:36:06 +01:00
chrissawyerfan4
685987ed7a Fix requirement name "PDO": "pdo_mysql" is being checked for 2023-10-15 18:31:36 +02:00
chrissawyerfan4
1da2d58bc5 Add page titles, fixes #584 and #691 2023-10-15 16:56:37 +02:00
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
6e8b974430
Fix some translations 2023-06-04 13:59:55 +02:00
Kovah
78bc1b768e
Updated translations, added Romanian thanks to M. Gabriel Lup 2023-04-10 11:21:49 +02:00
chrissawyerfan4
33fe554e26 Intuitive sort options ("creation date descending" -> "newest") 2023-04-08 00:42:09 +02:00
chrissawyerfan4
48c84aa8b5 Add random order option 2023-04-03 19:33:00 +02:00
Kovah
28cfd9eaaf
Merge v1.11.1 2023-01-22 12:53:13 +01:00
Kovah
5a315fe03a
Adjust password reset to not expose details about existing accounts 2023-01-21 15:50:04 +01:00
Kovah
89c62f283a
Merge v1.11 2022-12-15 11:15:05 +01:00
Kovah
7decde4b80
Update to Laravel 9 and other dependencies, move lang directory to root 2022-12-14 23:45:37 +01:00
Kovah
5388ad5dc5
Fix minor issues after merging dev into dev-v2 2022-09-29 10:45:27 +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
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
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
Kovah
2b80d9a8a2
WIP: Add user registration with invitation 2022-07-01 15:51:27 +02:00