summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Rename some parameters and methods to make the API more clearJoas Schilling2021-03-103-3/+3
* Also clear the knownUser when changing via the settings endpointJoas Schilling2021-03-102-1/+29
* Fix CS hopefullyJoas Schilling2021-03-101-4/+4
* Add a setting to restrict returning a full match unless in phonebook or same ...Joas Schilling2021-03-105-14/+89
* Add a hint that the settings are OR basedJoas Schilling2021-03-102-0/+6
* Restrict autocompletion also based on the phonebook known usersJoas Schilling2021-03-1010-36/+79
* Add a config setting to restrict autocompletion to phonebook matchesJoas Schilling2021-03-104-178/+57
* Add a service to find out if a user knows another userJoas Schilling2021-03-103-30/+44
* Delete matches when the user is being deletedJoas Schilling2021-03-104-0/+60
* Delete matches when a user changes their phone numberJoas Schilling2021-03-101-0/+4
* Store when a user knows another user based on phone numberJoas Schilling2021-03-101-0/+22
* Merge pull request #26029 from nextcloud/enh/boostrap/provisioning_apikesselb2021-03-101-20/+32
|\
| * Fix some psalm warningsJoas Schilling2021-03-101-17/+22
| * Provisioning API to IBootstrapRoeland Jago Douma2021-03-101-6/+13
* | Merge pull request #25537 from nextcloud/dependabot/npm_and_yarn/marked-2.0.0Roeland Jago Douma2021-03-105-6/+6
|\ \
| * | Bump marked from 1.2.8 to 2.0.0dependabot-preview[bot]2021-03-105-6/+6
* | | Merge pull request #26030 from nextcloud/techdept/psalm/scss-deprecationsRoeland Jago Douma2021-03-101-3/+2
|\ \ \
| * | | Fix SCSS compiler deprecated function usagesRoeland Jago Douma2021-03-091-3/+2
| |/ /
* | | Merge pull request #25916 from nextcloud/bugfix/noid/trashbin-delete-allJulius Härtl2021-03-101-0/+3
|\ \ \
| * | | Remove trash items from other trash backends when deleting allJulius Härtl2021-03-031-0/+3
* | | | [tx-robot] updated from transifexNextcloud bot2021-03-1016-24/+48
| |/ / |/| |
* | | Bump handlebars from 4.7.6 to 4.7.7dependabot-preview[bot]2021-03-092-2/+2
* | | Hide expiration date field for remote sharesVincent Petry2021-03-093-6/+16
| |/ |/|
* | Merge pull request #25998 from nextcloud/techdept/psalm/personalsettingsRoeland Jago Douma2021-03-092-8/+8
|\ \
| * | Fix some types in the Settings Personal pagesRoeland Jago Douma2021-03-082-8/+8
* | | Merge pull request #25970 from nextcloud/dependabot/npm_and_yarn/nextcloud/vu...Roeland Jago Douma2021-03-092-3/+3
|\ \ \
| * | | Bump @nextcloud/vue-dashboard from 1.0.1 to 1.1.0dependabot-preview[bot]2021-03-082-3/+3
* | | | [tx-robot] updated from transifexNextcloud bot2021-03-0916-16/+74
* | | | Merge pull request #26012 from nextcloud/dependabot/npm_and_yarn/elliptic-6.5.4Roeland Jago Douma2021-03-082-2/+2
|\ \ \ \
| * | | | [Security] Bump elliptic from 6.5.3 to 6.5.4dependabot-preview[bot]2021-03-082-2/+2
* | | | | Merge pull request #26005 from nextcloud/techdept/psalm/fix_invalid_checkRoeland Jago Douma2021-03-081-4/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix invalid check after constructing DateTimeRoeland Jago Douma2021-03-081-4/+0
* | | | | Merge pull request #25960 from nextcloud/techdept/admin_auditLukas Reschke2021-03-0814-77/+82
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add return type to functionsRoeland Jago Douma2021-03-0814-53/+56
| * | | | Move background job to DIRoeland Jago Douma2021-03-051-5/+10
| * | | | Move admin_audit to LoggerInterfaceRoeland Jago Douma2021-03-052-23/+20
* | | | | Fix some redundant castsRoeland Jago Douma2021-03-082-6/+2
| |_|/ / |/| | |
* | | | [tx-robot] updated from transifexNextcloud bot2021-03-0812-22/+36
* | | | [tx-robot] updated from transifexNextcloud bot2021-03-0712-6/+42
* | | | Merge pull request #25959 from nextcloud/techdept/logger/AccessibilityControllerRoeland Jago Douma2021-03-061-5/+15
|\ \ \ \
| * | | | AccessibilityController to LoggerInterfaceRoeland Jago Douma2021-03-051-5/+15
| |/ / /
* | / / [tx-robot] updated from transifexNextcloud bot2021-03-0640-126/+504
| |/ / |/| |
* | | Merge pull request #25945 from nextcloud/dependabot/npm_and_yarn/core-js-3.9.1Julius Härtl2021-03-0573-85/+85
|\ \ \ | |/ / |/| |
| * | Bump core-js from 3.8.3 to 3.9.1dependabot-preview[bot]2021-03-0573-85/+85
* | | Merge pull request #25932 from nextcloud/bugfix/noid/fix-fed-share-add-to-ncRoeland Jago Douma2021-03-051-1/+1
|\ \ \
| * | | Skip empty obsolete owner when adding to own NCVincent Petry2021-03-041-1/+1
| | |/ | |/|
* | | Merge pull request #25870 from nextcloud/techdept/settings/move_group_activit...Joas Schilling2021-03-056-99/+202
|\ \ \
| * | | Move group activities to eventsRoeland Jago Douma2021-03-036-99/+202
| |/ /
* | | Merge pull request #25588 from nextcloud/techdept/custom-psr-loggerChristoph Wurst2021-03-051-2/+3
|\ \ \ | |_|/ |/| |
| * | Migrate WFE to the new PSR loggerChristoph Wurst2021-02-111-2/+3