aboutsummaryrefslogtreecommitdiffstats
path: root/apps/systemtags/src
Commit message (Expand)AuthorAgeFilesLines
* fix(systemtags): prevent tag edition if restrictedskjnldsv2025-03-062-19/+30
* fix(systemtags): unify restrict_creation_to_admin handlingskjnldsv2025-03-064-14/+18
* fix(systemtags): support new attribute parsing of webdav propsFerdinand Thiessen2025-03-023-10/+110
* refactor: Migrate nextcloud-vue usage to new import schemaFerdinand Thiessen2025-02-206-20/+20
* fix(systemtags): Fix invalid dompurify importFerdinand Thiessen2025-02-201-2/+2
* fix(systemtags): do not hide if no tagsskjnldsv2025-02-181-1/+0
* fix(systemtags): Use literal strings for i18n in showSuccessnfebe2025-01-231-1/+4
* feat: Update UI to respect tag creation permissionsnfebe2025-01-223-1/+15
* feat(systemtags): toggle for system tag creation in admin settingsnfebe2025-01-224-4/+106
* fix(systemtags): color picker open/close eventsskjnldsv2025-01-141-2/+3
* feat(systemtags): add systemtag manage keyboard shortcutskjnldsv2024-12-179-17/+94
* fix(systemtags): handle null dav valueskjnldsv2024-12-061-1/+1
* chore(systemtags): add inline tag color testsskjnldsv2024-12-062-3/+108
* fix(systemtags): fix elementColor computationskjnldsv2024-12-063-10/+13
* feat(systemtags): add colors in bulk tagging actionskjnldsv2024-12-068-34/+428
* chore: lint fixchore/force-style-lintskjnldsv2024-11-191-0/+4
* fix(systemtags): enhance create tag in tag picker UXskjnldsv2024-11-152-22/+58
* fix(systemtags): sanity checks for bulk tagging actionskjnldsv2024-11-092-3/+82
* fix(systemtags): set min height on picker notefeat/files-bulk-tagging-followupskjnldsv2024-10-291-0/+6
* fix(systemtags): no bulk action on public pagesskjnldsv2024-10-291-2/+6
* fix(systemtags): translations and etag method casingskjnldsv2024-10-291-34/+75
* fix(systemtags): single-node bulk tagging actionskjnldsv2024-10-292-13/+15
* feat(systemtags): add cypress tests and fix a few logic issuesskjnldsv2024-10-293-8/+26
* feat(systemtags): create tag from bulk tagging dialogskjnldsv2024-10-293-30/+73
* feat(systemtags): emit tags changes and optimise tag updates performancesskjnldsv2024-10-296-72/+192
* feat(systemtags): add etag support and handle proppatchskjnldsv2024-10-292-56/+202
* feat(systemtags): add bulk tagging actionskjnldsv2024-10-298-18/+379
* fix(code-style): Adjust JS code to our code styleFerdinand Thiessen2024-10-162-5/+9
* feat: Add bidi support in core directoryMostafa Ahangarha2024-08-291-1/+1
* test: Migrated all Jest tests to vitestFerdinand Thiessen2024-08-263-5/+5
* chore(deps): Update `@nextcloud/auth` to v2.4.0 and use `getCSPNonce` where p...Ferdinand Thiessen2024-08-131-3/+2
* fix(systemtags): Sub folders should be opened in filesFerdinand Thiessen2024-08-093-0/+169
* fix(files): Disable tags editing for shared files/folders with view only perm...Konstantin Myakshin2024-08-091-0/+5
* fix(systemtags): Make inline tags list fully accessibleFerdinand Thiessen2024-08-084-53/+64
* fix(systemtags): Correctly load tagged files in "tags"-files-viewFerdinand Thiessen2024-08-081-1/+1
* fix(systemtags): Correctly set the display name for the Nextcloud nodeFerdinand Thiessen2024-07-311-13/+14
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-094-10/+14
* refactor(systemtags): Do not link to files app but directly use functions fro...Ferdinand Thiessen2024-06-111-4/+6
* chore: Add SPDX headerAndy Scherzinger2024-06-0216-305/+32
* fix(systemtags): Use built-in input label to satisfy a11y check of NcSelectFerdinand Thiessen2024-04-171-6/+2
* fix(dav): multiple fixes in usage of webdav libraryVarun Patil2024-02-281-6/+16
* enh(systemtags): Add accessible system tags formChristopher Ng2023-11-152-0/+425
* fix(systemtags): Cast tag display name to stringChristopher Ng2023-11-153-5/+5
* chore(systemtags): Use files systemtags serviceChristopher Ng2023-11-151-22/+17
* chore(systemtags): Export default base tagChristopher Ng2023-11-151-1/+7
* chore(systemtags): Replace php markup with vueChristopher Ng2023-11-151-0/+32
* chore(systemtags): Add services for global tags and files-specific tagsChristopher Ng2023-11-153-39/+114
* fix: avoid side-effect importsJohn Molakvoæ (skjnldsv)2023-09-211-1/+1
* fix(systemtags): Add one unittest for to test tags parsing after the dependen...Ferdinand Thiessen2023-09-192-3/+109
* fix(systemtags): fix capabilities and sidebar + tag visibilityJohn Molakvoæ (skjnldsv)2023-09-182-25/+2