aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-06-232-0/+16
|
* mail-template - don't show hyphen if slogan is emptyszaimen2021-06-221-1/+5
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* [tx-robot] updated from transifexNextcloud bot2021-06-224-2/+4
|
* Fix typing error in AppFetcher.phpLouis Chemineau2021-06-211-1/+3
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* [tx-robot] updated from transifexNextcloud bot2021-06-202-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-06-194-8/+10
|
* Merge pull request #27544 from nextcloud/chore/phase-out-controller-reflectorChristoph Wurst2021-06-181-0/+6
|\ | | | | Phase out the controller reflector
| * Phase out the controller reflectorChristoph Wurst2021-06-171-0/+6
| | | | | | | | | | | | | | 1) PHP8 attributes will soon replace phpdoc annotations 2) Most of the class was never meant to be used by an app but internally Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #27540 from nextcloud/getstoragerootid-failed-storageJulius Härtl2021-06-181-1/+7
|\ \ | | | | | | handle case where storage can't be created in getStorageRootId
| * | handle case where storage can't be created in getStorageRootIdRobin Appelman2021-06-171-1/+7
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #27532 from ↵Morris Jobke2021-06-184-0/+65
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/noid/properly-cleanup-webauthn-user-deletion Properly cleanup entries of WebAuthn on user deletion
| * | | Properly cleanup entries of WebAuthn on user deletionMorris Jobke2021-06-184-0/+65
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | [tx-robot] updated from transifexNextcloud bot2021-06-1812-0/+12
| |_|/ |/| |
* | | Merge pull request #24318 from ↵Christoph Wurst2021-06-172-28/+12
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/remove-oc_user-getDisplayName Use proper methods for display name retrieval
| * | | Use proper methods for display name retrievalMorris Jobke2021-06-172-28/+12
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #26939 from nextcloud/enh/app-icon-notification-bubbleblizzz2021-06-172-1/+20
|\ \ \ \ | |/ / / |/| | | Let apps toggle an unread counter on app icons
| * | | Let apps toggle an unread counter on app iconsJulius Härtl2021-06-162-1/+20
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Louis Chemineau <louis@chmn.me> Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | [tx-robot] updated from transifexNextcloud bot2021-06-17136-324/+324
| | | |
* | | | Merge pull request #22628 from Sp1l/simplify-htaccess-rewritesLukas Reschke2021-06-161-13/+6
|\ \ \ \ | | | | | | | | | | Coalesce RewriteCond lines in .htaccess
| * | | | Coalesce RewriteCond lines in .htaccessBernard Spil2021-06-021-13/+6
| | | | | | | | | | | | | | | And escape some '.' where not yet escaped
* | | | | Merge pull request #27098 from nextcloud/fix/noid/missing-key-in-addInfoJohn Molakvoæ2021-06-161-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | | force 'name' key in array
| * | | | force 'name' key in arrayMaxence Lange2021-05-251-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | Merge pull request #26319 from nextcloud/files_external_app.phpMorris Jobke2021-06-162-15/+24
|\ \ \ \ \ | | | | | | | | | | | | Move files_external to IBootstrap and remove some deprecated stuff in the process
| * | | | | remove depricated methods from MountConfigRobin Appelman2021-06-162-15/+24
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | Merge pull request #27190 from nextcloud/bugfix/noid/deduplicate-translationJoas Schilling2021-06-161-5/+5
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Deduplicate translations and fix double .
| * | | | | Deduplicate translations and fix double .Joas Schilling2021-06-041-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #27529 from nextcloud/fix/25950/default-product-nameMorris Jobke2021-06-161-0/+9
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Fix default product name for old themes
| * | | | | Fix default product name for old themesMorris Jobke2021-06-161-0/+9
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #27515 from ↵Christoph Wurst2021-06-161-3/+9
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | nextcloud/enh/noid/read-multi-value-user-attribute Add method to read multi-value attributes from ldap
| * | | | Add method to read multi-value attributes from ldap.Daniel Kesselberg2021-06-161-3/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | Use product name in places where it is appropriate rather than the instance nameJulius Härtl2021-06-162-2/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Add dedicated product name to OCP\DefaultsJulius Härtl2021-06-161-1/+11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #26430 from nextcloud/enh/dashboard-apiJulius Härtl2021-06-164-0/+194
|\ \ \ \ \
| * | | | | Update autoloaderJulius Härtl2021-06-152-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | implement dashboard API for clients, new WidgetItem class, new IAPIWidget ↵Julien Veyssier2021-06-152-0/+190
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | interface Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* | | | | Merge pull request #27514 from nextcloud/fix/share_activityJulius Härtl2021-06-161-0/+5
|\ \ \ \ \ | | | | | | | | | | | | Fix share activity dispatch
| * | | | | Fix share activity dispatchLouis Chemineau2021-06-161-0/+5
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | inject SearchBuilderRobin Appelman2021-06-143-14/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | split of query building bits from searchhelperRobin Appelman2021-06-144-196/+244
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | update tests and fix some edge cases around new searchRobin Appelman2021-06-142-6/+27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | some cleanup and documentationRobin Appelman2021-06-142-29/+22
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | perform file search in a single queryRobin Appelman2021-06-144-60/+31
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | use searchoperation for storage filter instead of db expressionRobin Appelman2021-06-147-38/+49
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | rework search api to allow searching on multiple caches at onceRobin Appelman2021-06-149-243/+253
|/ / / / | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2021-06-132-2/+12
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2021-06-124-2/+4
| | | |
* | | | Merge pull request #27451 from nextcloud/enh/log-exceptionMorris Jobke2021-06-101-5/+9
|\ \ \ \ | | | | | | | | | | Move exception logging to separate field
| * | | | Move exception logging to separate fieldJulius Härtl2021-06-101-5/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | [3rdparty] streams-0.7.4Robin Appelman2021-06-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #27430 from nextcloud/fix/feedback_response_checkblizzz2021-06-092-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Correctly check the reception of a remote feedback