summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-03-2698-146/+50
* Fix placeholder in disable messageJoas Schilling2019-03-251-1/+1
* Merge pull request #14825 from marius-wieschollek/bugfix/11236Morris Jobke2019-03-251-3/+35
|\
| * [#11236] Set parameter type in QBMapperMarius David Wieschollek2019-03-241-3/+35
* | Fetch proper translationsRoeland Jago Douma2019-03-251-2/+3
* | Merge pull request #14813 from nextcloud/fix/sentry/unsetMorris Jobke2019-03-251-0/+4
|\ \ | |/ |/|
| * Check if elements are set in installerRoeland Jago Douma2019-03-221-0/+4
* | Merge pull request #14812 from nextcloud/bugfix/noid/collections-access-typeRoeland Jago Douma2019-03-231-1/+1
|\ \
| * | Force boolean type for access parameterJulius Härtl2019-03-221-1/+1
| |/
* / Properly inject EventDispatched in BackgroundRepairRoeland Jago Douma2019-03-221-4/+1
|/
* Store user object later in the codeVlastimil Pecinka2019-03-211-1/+2
* Fix PHPDocMorris Jobke2019-03-212-2/+2
* Code cleanup.Ole Ostergaard2019-03-215-15/+16
* Add insertIgnoreConflict to IDBConnection interface.Ole Ostergaard2019-03-211-0/+14
* Add supression of SqlInjectionChecker.Ole Ostergaard2019-03-212-0/+6
* Add PostgreSQL specific implementation for includeIgnoreConflict.Ole Ostergaard2019-03-211-0/+12
* Add insertIgnoreConflict to Adapter and use it for for executing the file loc...Ole Ostergaard2019-03-213-11/+18
* [tx-robot] updated from transifexNextcloud bot2019-03-21128-814/+130
* Merge pull request #14578 from nextcloud/enh/force_enable_appsRoeland Jago Douma2019-03-204-32/+57
|\
| * Do not ignore the max-version for the "update-available" checkJoas Schilling2019-03-201-2/+11
| * Remove apps from the list which have no release at allJoas Schilling2019-03-201-0/+5
| * allow enforcing apps to ignore the max versionRoeland Jago Douma2019-03-204-34/+45
* | Merge pull request #14753 from nextcloud/revert-13097-feature/11319/where-is-...Roeland Jago Douma2019-03-205-170/+4
|\ \
| * | Revert "Where is your data?"Roeland Jago Douma2019-03-205-170/+4
| |/
* | Update lib/private/Share20/Manager.php Morris Jobke2019-03-201-1/+1
* | Update lib/private/Share20/Manager.php Morris Jobke2019-03-201-1/+1
* | groupname like username - allow share with bothChristian Aigner2019-03-201-2/+2
|/
* Merge pull request #14691 from nextcloud/rename-mountpoint-within-mountpointRoeland Jago Douma2019-03-201-11/+6
|\
| * always allow moving mountpoints inside the same mountpointRobin Appelman2019-03-191-11/+6
* | Merge pull request #14664 from nextcloud/bugfix/noid/absolute-paths-of-images...Roeland Jago Douma2019-03-194-111/+17
|\ \
| * | Use rich objects instead of name, link and iconJoas Schilling2019-03-194-112/+17
| * | Replace the icon-class with an absolute link to an imageJoas Schilling2019-03-194-6/+7
| |/
* / Fix getting the access list on external storageRoeland Jago Douma2019-03-191-1/+7
|/
* Merge pull request #14724 from nextcloud/enh/nonce_for_iframesMorris Jobke2019-03-181-1/+5
|\
| * CSP: set nonce for iframesRoeland Jago Douma2019-03-161-1/+5
* | [tx-robot] updated from transifexNextcloud bot2019-03-182-6/+6
* | [tx-robot] updated from transifexNextcloud bot2019-03-172-2/+14
|/
* [tx-robot] updated from transifexNextcloud bot2019-03-164-12/+12
* Merge pull request #14689 from nextcloud/rename-moveable-mount-readonly-parentRoeland Jago Douma2019-03-151-1/+9
|\
| * allow renaming the root of a movable mount even if the parent folder is readonlyRobin Appelman2019-03-141-1/+9
* | Remove spaming debug logsJoas Schilling2019-03-152-2/+0
* | Merge pull request #14684 from nextcloud/long-etag-davRoeland Jago Douma2019-03-141-1/+5
|\ \
| * | handle long etags from dav external storageRobin Appelman2019-03-141-1/+5
| |/
* | [tx-robot] updated from transifexNextcloud bot2019-03-1416-60/+134
* | add casting to string for postgresql query builderRobin Appelman2019-03-141-5/+7
|/
* Do not allow invalid users to be createdRoeland Jago Douma2019-03-141-0/+14
* Remove sensitive SMB arguments from exception logMorris Jobke2019-03-121-0/+6
* Add a message about disabled global routesJoas Schilling2019-03-111-0/+8
* Make sure urlParams are correctly injected in global routesJoas Schilling2019-03-111-1/+15
* Merge pull request #14548 from nextcloud/bugfix/noid/avoid-duplicate-containe...Morris Jobke2019-03-082-4/+23
|\