1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-04-21 15:32:12 +02:00

1605 Commits

Author SHA1 Message Date
Kevin Woblick
4094e57153
Correct test handling v2.1.5 2025-03-19 11:52:53 +01:00
Kevin Woblick
24f83d1bfb
Fixes for tag and list handling (#936) 2025-03-19 11:46:15 +01:00
Kevin Woblick
5d6a283b2d
Correct styling of rss button and active tag select items 2025-03-19 11:03:44 +01:00
Kevin Woblick
fa7e8118a7
Refactor tag and list selection to correctly handle ids and names during bulk editing (#936) 2025-03-19 11:03:26 +01:00
Kevin Woblick
43828ec27a
v2.1.5 2025-03-17 23:15:05 +01:00
Kevin Woblick
61b870ab57
Update dependencies 2025-03-17 23:14:37 +01:00
Kevin Woblick
5f9640bc67
php style fix 2025-03-17 22:25:48 +01:00
Kevin Woblick
b04115bf3b Optimize the setup:complete and registeruser commands 2025-03-17 22:16:40 +01:00
Kevin Woblick
0766fff8ee Migrate Postgres db dump to sql for easier setup 2025-03-17 22:16:40 +01:00
Kevin Woblick
85a570649b
Merge pull request #932 from geoffholden/bookmarklet_sso
Enable SSO logins through the bookmarklet.
2025-03-17 21:54:33 +01:00
Kevin Woblick
46f9f0fc24
Merge branch '2.x' into bookmarklet_sso 2025-03-17 21:38:57 +01:00
Kevin Woblick
92ae5221fb Add a support discussion template 2025-02-27 09:38:55 +01:00
Kevin Woblick
3bd115b425 Add a support discussion template 2025-02-27 09:36:22 +01:00
Kevin Woblick
c2dbb428af Add a support discussion template 2025-02-27 09:35:10 +01:00
Kevin Woblick
a2690f7cd3 Add a support discussion template 2025-02-27 09:27:54 +01:00
Kevin Woblick
2c1d58dd0a Add a support discussion template 2025-02-27 09:22:07 +01:00
Geoff Holden
662e26db71 Enable SSO logins through the bookmarklet. 2025-02-26 15:34:36 -03:30
Kevin Woblick
8661fa7224 2.1.4 v2.1.4 2025-02-26 09:22:51 +01:00
Kevin Woblick
ec8e9a2965 Update dependencies 2025-02-26 09:22:44 +01:00
Kevin Woblick
d0ed583b03 Adjust tests 2025-02-26 09:19:10 +01:00
Kevin Woblick
94856397b2 Always surround db password with quotes during setup (#927) 2025-02-26 09:06:00 +01:00
Kevin Woblick
cb8585bf33 Optimize storage permissions for release packages 2025-02-26 09:04:58 +01:00
Kevin Woblick
be8eaddb41 Adjust handling of invalid API requests (#885) 2025-02-26 09:03:14 +01:00
Kovah
4290ee63fb Merge remote-tracking branch 'prplecake/v2/validate-headers-middleware' into prplecake-v2/validate-headers-middleware 2025-02-19 11:41:03 +01:00
Kovah
a018face01 Execute code coverage only on push to 2.x 2025-02-17 21:28:43 +01:00
Kevin Woblick
38357908fc
Merge pull request #918 from Kovah/dependabot/npm_and_yarn/2.x/npm-minor-88995b87c1
Bump the npm-minor group with 2 updates
2025-02-17 21:00:22 +01:00
dependabot[bot]
a76edc36dc
Bump the npm-minor group with 2 updates
Bumps the npm-minor group with 2 updates: [tom-select](https://github.com/orchidjs/tom-select) and [sass](https://github.com/sass/dart-sass).


Updates `tom-select` from 2.4.2 to 2.4.3
- [Release notes](https://github.com/orchidjs/tom-select/releases)
- [Commits](https://github.com/orchidjs/tom-select/compare/v2.4.2...v2.4.3)

Updates `sass` from 1.84.0 to 1.85.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.84.0...1.85.0)

---
updated-dependencies:
- dependency-name: tom-select
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-17 01:45:31 +00:00
Kovah
6e14dd5a97 Level up debugging and dev with Buggregator 2025-02-16 22:38:56 +01:00
Kovah
3230d77163 Fix link display for tags and lists (#912 #914) 2025-02-16 21:01:15 +01:00
Kovah
b42290f49a Add new migration for fixing user settings after v2.1.2 v2.1.3 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
Kovah
e5a0965c9c 2.1.3 2025-02-16 10:07:46 +01:00
Kevin Woblick
b7c5fdb3af
Merge pull request #915 from BrookeDot/patch-1
Fix typo when adding Bluesky sharing method.
2025-02-16 10:07:06 +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
df0373de8b Adjust tests and remove broken user migration v2.1.2 2025-02-15 11:01:08 +01:00
Kovah
516e6f1919 Adjust tests and remove broken user migration 2025-02-15 11:00:32 +01:00
Kovah
ae2fb804bc Add missing default setting for user creation script 2025-02-15 10:33:40 +01:00
Kovah
42c7b918af Add missing default for meta generation timeout 2025-02-15 10:28:14 +01:00
Kovah
87b7639773 2.1.2 2025-02-15 10:26:05 +01:00
Kovah
f933f7cb63 Add Bluesky to sharing options (#909) 2025-02-15 10:23:09 +01:00
Kovah
4706b1cb9a Correct random ordering for tags and lists 2025-02-15 10:11:04 +01:00
Kovah
e64bca235f Make more config variables editable via env 2025-02-15 10:08:12 +01:00
Kovah
6f5279c6fc v2.1.1 v2.1.1 2025-02-11 22:03:08 +01:00
Kovah
f106a1814e Update dependencies 2025-02-11 22:02:37 +01:00
Kovah
eb74ca7891 Output all links visible for a user when browsing lists (#902) 2025-02-11 22:01:27 +01:00
Kovah
b9f93d2e8f Correctly handle empty tags/lists when bulk-editing links (#905) 2025-02-11 21:48:34 +01:00
Kovah
57b1b906b9 Add missing SSO_KEYCLOAK_BASE_URL to config (#904) 2025-02-11 21:31:35 +01:00
Kovah
b1d949c739 Fix bulk deletion of tags and lists (#897) 2025-02-06 21:26:12 +01:00
Kovah
b3e0f65e9b Update dependencies v2.1.0 2025-02-06 11:26:14 +01:00
Kovah
ad55078050 2.1.0 2025-02-06 11:15:46 +01:00