1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-01-17 05:08:21 +01:00

49 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
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
7decde4b80
Update to Laravel 9 and other dependencies, move lang directory to root 2022-12-14 23:45:37 +01: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
Kovah
95cc1bac48
WIP: Add user invitation system 2022-07-01 09:12:49 +02:00
Kovah
78ee6eabda
WIP: Add blocking and deleting of users 2022-07-01 00:18:02 +02:00
Kovah
54a344dc29
WIP: Prepare user management with controller and basic view 2022-06-30 13:27:52 +02:00
Kovah
87915d7a93
Adjust searching with visibility, add custom rule for the field (#165) 2022-06-25 00:00:36 +02:00
Kovah
22b74696d7
Update the settings for model visibility (#165) 2022-06-24 22:56:43 +02:00
Kovah
a92b513cc0
Migrate note private status to visibility status (#165) 2022-06-24 00:03:23 +02:00
Kovah
dba872faad
Migrate tag private status to visibility status (#165) 2022-06-23 23:44:06 +02:00
Kovah
92188bce89
Migrate link private status to visibility status (#165) 2022-06-23 18:14:12 +02:00
Kovah
4e3604ad6c
Replace built-in settings with the Spatie settings package (#494) 2022-06-22 18:30:27 +02:00
Kovah
50a40e8914
Add base for activity logs (#466) 2022-06-21 23:06:03 +02:00
Kovah
6960ddf99e
Add audit logs for users (#467) 2022-06-10 14:28:53 +02:00
Kovah
d67a04ebee
Add audit logs for settings (#467) 2022-06-10 12:11:03 +02:00
Kovah
18089253fe
Add audit log to lists and tags (#467) 2022-06-09 22:20:32 +02:00
Kovah
ac13db9d5c
Refactor implementation of link audits => preparation for other models 2022-06-09 15:34:28 +02:00
Kovah
f9b07f807f
Upgrade to PHP 8 as base dependency
- Upgrades the Dockerfiles and composer.json to require PHP 8.
- Upgrades to Laravel 9 with all needed changes.
- Move lang folder to root directory.
- Upgrades third-party packages to the latest versions with all required changes.
2022-05-02 16:06:43 +02:00