Kevin Woblick
0766fff8ee
Migrate Postgres db dump to sql for easier setup
2025-03-17 22:16:40 +01:00
Kovah
b42290f49a
Add new migration for fixing user settings after v2.1.2
2025-02-16 10:38:30 +01:00
Kovah
d8900d0f80
Revert "Update 2025_02_15_092008_add_bluesky_share_method.php"
...
This reverts commit cd39b7d2231abd0e9492c17d992cc6a51d0b6880.
2025-02-16 10:20:17 +01:00
Brooke.
cd39b7d223
Update 2025_02_15_092008_add_bluesky_share_method.php
...
Fixes #913
2025-02-15 15:24:34 -08:00
Kovah
f933f7cb63
Add Bluesky to sharing options ( #909 )
2025-02-15 10:23:09 +01:00
Kovah
5fdb7a6301
Refactor link checks to take different users into account
2025-01-12 23:31:47 +01:00
Kovah
a2595a8a11
Fix settings migration date, add tests
2024-11-16 13:17:16 +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
ac0090e501
Overhaul the import process to use backgrounds jobs ( #287 #843 )
2024-10-06 23:56:22 +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
72a210d2be
WIP implementation of SSO login via OAuth / OIDC ( #174 #194 )
2024-09-17 13:45:19 +02:00
Kovah
fb73148216
Adjust setup to support SQLite and PostgreSQL ( #831 )
2024-08-14 15:17:48 +02:00
Kovah
e1bf8a23fe
Correct system and user settings, optimize inputs
2024-02-08 12:29:19 +01:00
Kovah
0b70d74d32
Enroll link view toggles across the application ( #553 )
2024-02-08 11:14:11 +01:00
Kovah
c68dd90817
Simplify the LinkAce Docker setup ( #502 )
...
- Removes the advanced image version where PHP and nginx are separated
- Replaces nginx with Caddy
- The release image is now ready to be used with SQLite without many hassles
- Adjusts the build processes accordingly
- Removes unnecessary config files
2024-02-07 00:31:59 +01:00
Kovah
e1571f1937
Fix migration for tests
2024-02-06 09:57:32 +01:00
Kovah
5272399b5b
Upgrade dependencies, correct files after v1 merge
2024-02-06 09:50:10 +01:00
Kovah
f0421b7222
Update packages, fix merge issues and tests
2023-09-28 20:50:48 +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
d37307785f
Properly migrate existing API tokens, adjust register user command
2022-07-20 10:39:39 +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
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
76f390d2d4
Add new user roles and needed permissions ( #165 )
2022-06-30 12:30:53 +02:00
Kovah
7ad1950e1c
Add badge for models with visibility status, fix some issues with note visibility ( #165 )
2022-06-24 12:54:35 +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
3535ca142f
Migrate list private status to visibility status ( #165 )
2022-06-23 23:16:38 +02:00
Kovah
92188bce89
Migrate link private status to visibility status ( #165 )
2022-06-23 18:14:12 +02:00
Kovah
59bf073081
Add default settings for new users, update the setup, fix some smaller issues ( #494 )
2022-06-22 22:50:13 +02:00
Kovah
4e3604ad6c
Replace built-in settings with the Spatie settings package ( #494 )
2022-06-22 18:30:27 +02:00
Kovah
1beecaea87
Lot of code quality updates and smaller corrections, removes deprecated revision cleanup command
2022-06-22 00:19:50 +02:00
Kovah
50a40e8914
Add base for activity logs ( #466 )
2022-06-21 23:06:03 +02:00
Kovah
cce410eac3
Add migration of existing revisions ( #467 )
2022-06-14 22:48:27 +02:00
Kovah
ecc4225f1a
Move from venturecraft/revisionable to owen-it/laravel-auditing ( #467 )
2022-06-09 10:04:40 +02:00
Kovah
931859adc5
Squash migrations of v1
2022-05-02 20:27:26 +02:00
Kovah
433a319ca2
Various code formatting fixes and optimizations
2022-05-02 17:04:21 +02:00
Kovah
eceee57a51
Various code formatting fixes and optimizations
2022-05-02 16:49:50 +02:00
Kovah
03996f8bb3
Remove SETUP_COMPLETED variable ( #398 )
...
Replaces SETUP_COMPLETED variable with a database setting. Changes setup to add the setting to the database. Also adds a migration for existing installations.
2022-03-25 00:10:58 +01:00
Kovah
e90e4d3ade
Change link thumbnail field from string to text ( #274 )
2021-05-10 12:58:39 +02:00
jeop10
98567b8000
Generate screenshots for links #18
...
First step into implementing a "screenshot" of the added links, so this commits makes possible to retrieve the images that exists on the metatags and store it as the thumbnail.
2021-04-16 19:48:34 +02:00
Kovah
ed3a846584
Optimize testing setup
2021-04-09 10:39:18 +02:00
Kovah
ba07e144f0
Enable tests for Node 14 and PHP 8, optimize PHP CS config
2020-11-17 19:40:25 +01:00
Kovah
68b76a60f3
Replace Laravel UI with Fortify ( #172 )
2020-11-16 22:03:06 +01:00
Kovah
113b30120d
Update to Laravel 8, refactor tests to use new factory classes
...
Also updates all other needed packages.
2020-11-08 20:10:42 +01:00
Kovah
8cbd36d61e
Migrate to HTMl icons ( #158 )
...
This adjusts multiple components, including the table sorting, link share buttons and link icons. All were changed to use views, dynamic components and the new icons. All views were adjusted to use the new icons instead of the Fontawesome Javascript.
2020-10-21 15:14:53 +02:00
Kovah
479613aa5d
Change mapping of icons for links and social sharing ( #158 )
2020-10-21 13:46:18 +02:00