aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Tags.php
Commit message (Expand)AuthorAgeFilesLines
* refactor(tags): move favorite event dispatching to tags.phpgrnd-alt2024-12-031-17/+22
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-051-3/+3
* chore: Use more gender neutral languageprovokateurin2024-10-141-1/+1
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-2/+2
* fix(Tags): Return boolean for userHasTags()fix/tags/boolean-user-has-tagsprovokateurin2024-09-151-2/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-2/+2
* chore: Add SPDX headerAndy Scherzinger2024-05-241-27/+4
* chore: Migrate away from OC::$server->getLoggerCôme Chilliet2024-02-131-7/+8
* chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some appsCôme Chilliet2024-02-051-1/+1
* Remove deprecated methods Util::writeLog and DIContainer::logCôme Chilliet2023-09-251-6/+4
* Cleanup tags and Share componentCarl Schwan2022-09-291-251/+138
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-13/+0
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-4/+0
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Don't leave cursors open when tests failJoas Schilling2020-11-091-0/+3
* Merge pull request #23184 from nextcloud/bugfix/noid/make-sure-getUsersFavori...Morris Jobke2020-10-071-17/+0
|\
| * Make sure getUsersFavoritingObject can be run without a userJoas Schilling2020-10-061-17/+0
* | Format code to a single space around binary operatorsChristoph Wurst2020-10-051-8/+8
|/
* merge file activity settings into a single 'favorite changed' itemRobin Appelman2020-08-131-0/+17
* Tags.php and the old sharing mechanismMorris Jobke2020-07-061-23/+4
* Update license headers for 19Christoph Wurst2020-04-291-3/+0
* Add visibility to all constantsChristoph Wurst2020-04-101-2/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-54/+53
* Remove trailing and in between spacesChristoph Wurst2020-04-091-3/+3
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-3/+3
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-1/+1
* Fix multiline commentsChristoph Wurst2020-04-081-138/+138
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+2
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-31/+31
* Make TAG_FAVORITE publicDaniel Kesselberg2020-02-121-10/+9
* Update license headersChristoph Wurst2019-12-051-3/+3
* Check if the favorite tag existsRoeland Jago Douma2018-07-261-0/+4
* move log constants to ILoggerArthur Schiwon2018-04-261-35/+36
* Do not use \OCP\DB anymoreRoeland Jago Douma2018-03-261-7/+7
* Remove unused and deprecated methods of OCP\DBMorris Jobke2018-03-211-6/+6
* Use insertIfNotExist of the new interfaceMorris Jobke2018-03-121-2/+3
* Remove deprecated and unsused methods of OCP\DBMorris Jobke2018-03-121-6/+6
* Properly log the full exception instead of only the messageMorris Jobke2018-01-231-30/+75
* Update license headersMorris Jobke2017-11-061-0/+2
* Doc: Fix phpDoc issuesJulius Härtl2017-10-231-1/+1
* Fix L10N::tRoeland Jago Douma2017-08-011-1/+1
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-2/+3
* Move more from \OC to PSR-4Roeland Jago Douma2016-04-291-0/+807