-
Notifications
You must be signed in to change notification settings - Fork 399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sort alphabetically #228
Open
vardul
wants to merge
2,461
commits into
sebsauvage:master
Choose a base branch
from
shaarli:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Sort alphabetically #228
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mro
reviewed
Sep 7, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you maybe can't, but I can do quite a bit: https://codeberg.org/mro/ShaarliGo/commit/a5a94b8a80bf2b8c513e6b9eb3ec642ce9797d6f
And I guess so can you.
update docker images to use PHP 8
tools/github actions: do not cancel all PHP jobs when a single one fails
Fix typo
Update shaarli.po/fix typo in french translation
The syntax was invalid and this target was not actually doing anything (it probably worked at some point in another context). This change make sure that the .mo files are properly generated, even in unit tests context and fixes #1893
Fix translate Makefile target
doc(apache2): allow access to local docs folder
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.1/CHANGELOG.md) - [Commits](webpack/loader-utils@v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…utils-1.4.1 build(deps): bump loader-utils from 1.4.0 to 1.4.1
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md) - [Commits](webpack/loader-utils@v1.4.1...v1.4.2) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
"Shaare" is used as a verb and as a noun. In the "shaare"/"shaares"-Keys this was mixed up. The Share term *is* used in the Translation. So there is no need to work around it.
…utils-1.4.2 build(deps): bump loader-utils from 1.4.1 to 1.4.2
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Commits](isaacs/minimatch@v3.0.4...v3.1.2) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…ch-3.1.2 build(deps): bump minimatch from 3.0.4 to 3.1.2
autocapitalize off for the username input
Fix mishandling of Shaare term
On bulk operations, this plugin heavily impacts performances because it make 1 external request per link saved. Add a simple limit to only make one call per request.
* Fix ReadItLater checkbox label on bulk add Adds a random string to the HTML ID so it can be unique in batch more, where there are multiple checkboxes. * Fix PHPUnit compatibility polyfill
…1918) * Ensure tags are unique when adding and deleting them from bookmarks. * Fixed PHPCS issues with test script
doc: usage.md: add note about batch/bulk creation operation
doc: community and related software: remove urlextern plugin (archived project)
- https://github.com/aquasecurity/trivy/releases/tag/v0.51.4 - https://github.com/aquasecurity/trivy/releases/tag/v0.52.0 - https://github.com/aquasecurity/trivy/releases/tag/v0.52.1 - https://github.com/aquasecurity/trivy/releases/tag/v0.52.2 - https://github.com/aquasecurity/trivy/releases/tag/v0.53.0 - https://github.com/aquasecurity/trivy/releases/tag/v0.54.0 - https://github.com/aquasecurity/trivy/releases/tag/v0.54.1 - https://github.com/aquasecurity/trivy/releases/tag/v0.55.0 - https://github.com/aquasecurity/trivy/releases/tag/v0.55.1 - https://github.com/aquasecurity/trivy/releases/tag/v0.55.2 - https://github.com/aquasecurity/trivy/releases/tag/v0.56.0 - https://github.com/aquasecurity/trivy/releases/tag/v0.56.1 - https://github.com/aquasecurity/trivy/releases/tag/v0.56.2
tools/tests: update trivy vulnerability scanner to v0.56.2
fix wrong date format when language is not english (Alpine icu package split)
doc: usage: add opensearch/browser search engine integration instructions
2084: Ensure tags are unique when renaming
- micromatch: fixes https://avd.aquasec.com/nvd/2024/cve-2024-4067/ - webpack: fixes https://avd.aquasec.com/nvd/cve-2024-43788 - rm yarn.lock && yarnpkg install - fixes #2052
doc: changelog: minor style tweaks/standardization/spacing
doc: changelog: fix link to v0.13.0 release
Signed-off-by: Thibaud CANALE <[email protected]>
Use event listener for QR-Code display in CSP compliance purpose
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6. - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6) --- updated-dependencies: - dependency-name: cross-spawn dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…pawn-7.0.6 build(deps): bump cross-spawn from 7.0.3 to 7.0.6
docs: add plugin shaarli2bluesky
doc: update CHANGELOG for v0.14.0
doc: fix authors and IDs for two Changelog entries
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.3.7...3.3.8) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…3.3.8 build(deps): bump nanoid from 3.3.7 to 3.3.8
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Is there a way to sort alphabetically on link pages?