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
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