| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactors lib/private/SystemTag. | Faraz Samapoor | 2023-11-07 | 1 | -7/+10 |
* | Merge pull request #39571 from nextcloud/bugfix/noid/move-lib-to-IEventDispat... | Joas Schilling | 2023-07-27 | 1 | -24/+4 |
|\ |
|
| * | fix: Move SystemTags events to IEventDispatcher | Joas Schilling | 2023-07-27 | 1 | -24/+4 |
* | | fix(SystemTagManager): Use truncated tagName in getTag and updateTag | Marcel Klehr | 2023-07-27 | 1 | -4/+8 |
|/ |
|
* | fix: include invisible tags for admins | Arthur Schiwon | 2023-06-21 | 1 | -2/+7 |
* | fix(SystemTagManager): Truncate overlong tag names | Marcel Klehr | 2023-02-24 | 1 | -3/+5 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+0 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -1/+1 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -0/+1 |
* | Use matching parameter names form interfaces and implementations | Morris Jobke | 2020-08-19 | 1 | -4/+4 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -0/+1 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 1 | -2/+2 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -1/+0 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+3 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -3/+3 |
* | Make SystemTag strict | Roeland Jago Douma | 2018-02-21 | 1 | -35/+28 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+2 |
* | More phpstorm inspection fixes | Roeland Jago Douma | 2017-07-24 | 1 | -1/+1 |
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 1 | -1/+0 |
* | don't store empty groupids | Jörn Friedrich Dreyer | 2017-03-19 | 1 | -0/+3 |
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -2/+3 |
* | Use named parameter instead of direct value for system tags search param (#25... | Vincent Petry | 2016-07-06 | 1 | -1/+1 |
* | Some tweaks for systemtagmanager | Vincent Petry | 2016-05-20 | 1 | -4/+1 |
* | Act on effective system tag canAssign permission | Vincent Petry | 2016-05-20 | 1 | -1/+1 |
* | Add system tag assignability check with groups | Vincent Petry | 2016-05-20 | 1 | -0/+13 |
* | Add systemtag_group table and get/set methods | Vincent Petry | 2016-05-20 | 1 | -0/+55 |
* | Updated canUser* functions in SystemTagManager to accept objects | Vincent Petry | 2016-05-20 | 1 | -32/+6 |
* | Add interface methods for permission check | Vincent Petry | 2016-05-20 | 1 | -1/+73 |
* | Move \OC\SystemTag to PSR-4 | Roeland Jago Douma | 2016-04-22 | 1 | -0/+322 |