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

1395 Commits

Author SHA1 Message Date
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
3262acdde8
Add port configuration for Caddy 2024-02-20 16:26:57 +01:00
Kovah
460a7351ec
Add bulk edit for search (#26) 2024-02-20 16:06:41 +01:00
Kovah
8d289307fe
Correct handling of audit logs 2024-02-20 15:48:58 +01:00
Kovah
fb50468ea2
Correct handling of link display setting, add missing translations 2024-02-20 15:48:43 +01:00
Kovah
9ef62a43d1
Add condensed font for some view to save space (#553) 2024-02-20 15:22:05 +01:00
Kovah
e785460e31
Add bulk editing for links, lists and tags (#26) 2024-02-20 15:01:02 +01:00
Kevin Woblick
ccd3f4411a
Merge pull request #754 from Kovah/dev
v1 Release
v1.14.1
2024-02-20 13:08:36 +01:00
Kevin Woblick
30574ec266
Merge pull request #749 from ramsnerm/main
German Translation Update
2024-02-20 10:54:04 +01:00
Kovah
3e31130eb8
1.14.1 2024-02-20 10:49:52 +01:00
Kovah
e0eb6f29ef
Update dependencies 2024-02-20 10:49:52 +01:00
Kevin Woblick
c4aa44bd6f
Merge pull request #751 from Kovah/dependabot/npm_and_yarn/dev/npm-minor-6dcb521ed8
Bump the npm-minor group with 2 updates
2024-02-20 10:45:59 +01:00
Kovah
ada6d5ed3f
Add default date for imported bookmarks if there's no date in the export (#752) 2024-02-20 10:45:31 +01:00
Kovah
54f537f047
Fix release Dockerfile 2024-02-20 10:45:31 +01:00
Kovah
8a2075783a
Fix release Dockerfile 2024-02-20 10:45:31 +01:00
Renovate Bot
254049dd53
Add renovate.json 2024-02-20 10:45:30 +01:00
dependabot[bot]
f60fb92b98
Bump the npm-minor group with 2 updates
Bumps the npm-minor group with 2 updates: [postcss](https://github.com/postcss/postcss) and [sass](https://github.com/sass/dart-sass).


Updates `postcss` from 8.4.34 to 8.4.35
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.34...8.4.35)

Updates `sass` from 1.70.0 to 1.71.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.70.0...1.71.0)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  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>
2024-02-19 01:51:46 +00:00
Martin Ramsner
6e93a4ef4f Private lock symbol informt of the Link Name has been moved to the add as it is in the 'List View' 2024-02-17 16:07:27 +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
3075255b1a
Adjust views for links (#433 #437 #441 #553) 2024-02-08 14:06:41 +01: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
c191380cf8
Add toggles for quick-switching the link display mode from pages (#553) 2024-02-08 00:35:56 +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
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
e91970fccf
Fix release Dockerfile v1.14.0 2024-02-05 23:32:24 +01:00
Kovah
feccc5f403
Fix release Dockerfile 2024-02-05 23:22:45 +01:00
Kevin Woblick
2be93422d8
Merge pull request #745 from Kovah/dependabot/npm_and_yarn/dev/npm-major-3a2698269a
Bump the npm-major group with 1 update
2024-02-05 23:08:53 +01:00
Kevin Woblick
9f207c8946
Merge pull request #744 from Kovah/dependabot/github_actions/dev/actions-9ccf13396e
Bump the actions group with 10 updates
2024-02-05 23:08:39 +01:00
dependabot[bot]
c6ec1253b6
Bump the npm-major group with 1 update
Bumps the npm-major group with 1 update: [sass-loader](https://github.com/webpack-contrib/sass-loader).


Updates `sass-loader` from 13.3.3 to 14.1.0
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v13.3.3...v14.1.0)

---
updated-dependencies:
- dependency-name: sass-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 22:01:15 +00:00
dependabot[bot]
8f032c9b35
Bump the actions group with 10 updates
Bumps the actions group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `2` | `4` |
| [actions/setup-node](https://github.com/actions/setup-node) | `2` | `4` |
| [actions/cache](https://github.com/actions/cache) | `3` | `4` |
| [paambaati/codeclimate-action](https://github.com/paambaati/codeclimate-action) | `3.2.0` | `5.0.0` |
| [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `2` | `3` |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `2` | `3` |
| [docker/login-action](https://github.com/docker/login-action) | `1` | `3` |
| [docker/build-push-action](https://github.com/docker/build-push-action) | `2` | `5` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `3` | `4` |
| [actions/download-artifact](https://github.com/actions/download-artifact) | `3` | `4` |


Updates `actions/checkout` from 2 to 4
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v4)

Updates `actions/setup-node` from 2 to 4
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2...v4)

Updates `actions/cache` from 3 to 4
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

Updates `paambaati/codeclimate-action` from 3.2.0 to 5.0.0
- [Release notes](https://github.com/paambaati/codeclimate-action/releases)
- [Changelog](https://github.com/paambaati/codeclimate-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/paambaati/codeclimate-action/compare/v3.2.0...v5.0.0)

Updates `docker/setup-qemu-action` from 2 to 3
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v2...v3)

Updates `docker/setup-buildx-action` from 2 to 3
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2...v3)

Updates `docker/login-action` from 1 to 3
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1...v3)

Updates `docker/build-push-action` from 2 to 5
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2...v5)

Updates `actions/upload-artifact` from 3 to 4
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

Updates `actions/download-artifact` from 3 to 4
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: paambaati/codeclimate-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 22:01:15 +00:00
Kevin Woblick
b3369e2fff
Merge pull request #742 from Kovah/dev
v1 Release
2024-02-05 22:59:52 +01:00
Kovah
04c8b47a8a
Fix order direction handling for controllers 2024-02-05 22:57:03 +01:00
Kovah
3cf7bbffc8
Update Romanian translations 2024-02-05 22:53:01 +01:00
Kovah
81e4f96b78
Fix requirements check 2024-02-05 22:43:33 +01:00
Kovah
3e1c702a35
Increase share button size 2024-02-05 22:37:50 +01:00
Kovah
f1e5f1d1a1
1.14.0 2024-02-05 22:01:59 +01:00
Kovah
3b9adb0fcc
Slight dashboard optimization 2024-02-05 21:57:08 +01:00
Kovah
2817d47120
Large-scale update of dependencies, deprecation of PHP 8.0 2024-02-05 21:54:14 +01:00
Kovah
8820d6d532
Merge branch 'dev' v1.13.0 2023-11-01 14:47:52 +01:00
Kovah
679a3a9ece
Update the readme 2023-11-01 14:47:20 +01:00
Kevin Woblick
9e8e8f0228
Merge pull request #673 from Kovah/dev
v1 Release
2023-11-01 14:44:51 +01:00
Kovah
c4f401a1f7
Allow import from absolute file paths (#690) 2023-11-01 14:21:05 +01:00
Kovah
f7cf40d7cf
Add Russian translations provided by kyaroslav83 on Crowdin 2023-11-01 14:12:58 +01:00
Kovah
cbb5344df1
1.13.0 2023-11-01 13:39:03 +01:00
Kevin Woblick
194787b1f6
Merge pull request #703 from chrissawyerfan4/dev
Add page titles
2023-11-01 13:36:06 +01:00
Kevin Woblick
f734547f66
Merge pull request #706 from chrissawyerfan4/requirements
Fix requirement name on setup screen
2023-11-01 13:35:01 +01:00