summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18224 from nextcloud/bugfix/noid/direct-editing-pathRoeland Jago Douma2019-12-111-2/+2
|\
| * Use file path for direct editingJulius Härtl2019-12-051-2/+2
* | Merge pull request #18342 from nextcloud/enh/filesearch/offsetRoeland Jago Douma2019-12-111-1/+3
|\ \
| * | Add offset for home limited searchesRoeland Jago Douma2019-12-101-1/+3
* | | [tx-robot] updated from transifexNextcloud bot2019-12-118-0/+98
|/ /
* | Transpile the nextcloud-vue-collection packageChristoph Wurst2019-12-102-2/+2
* | Merge pull request #18293 from nextcloud/feature/transfer-ownership-autocompl...Roeland Jago Douma2019-12-105-18/+242
|\ \
| * | Add autocompletion to the ownership transfer UIChristoph Wurst2019-12-105-18/+242
* | | Merge pull request #18253 from nextcloud/bugfix/noid/broken-oracle-installRoeland Jago Douma2019-12-104-12/+15
|\ \ \ | |/ / |/| |
| * | Pick a shorter name for the transfer ownership tableJoas Schilling2019-12-104-12/+15
* | | Fix external sharing loading script (#18251)John Molakvoæ2019-12-103-68/+65
|\ \ \
| * | | revert protectedJohn Molakvoæ2019-12-061-1/+1
| * | | Fix external sharing loading scriptJohn Molakvoæ (skjnldsv)2019-12-063-69/+66
* | | | Merge pull request #18301 from nextcloud/bugfix/noid/fix_array_access_on_non_...Roeland Jago Douma2019-12-101-2/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Verify that is an array before accessing itGeorg Ehrke2019-12-091-2/+4
* | | | [tx-robot] updated from transifexNextcloud bot2019-12-1010-0/+64
* | | | Merge pull request #18299 from nextcloud/bugfix/noid/filecache_bigint_mountsRoeland Jago Douma2019-12-091-0/+1
|\ \ \ \
| * | | | Convert various columns in oc_mounts to bigintGeorg Ehrke2019-12-091-0/+1
* | | | | Merge pull request #18300 from nextcloud/bug/18295/recovery-initializationRoeland Jago Douma2019-12-093-6/+0
|\ \ \ \ \
| * | | | | Fix Argument 3 passed to OCA\Encryption\Recovery::__construct() must be an in...Daniel Kesselberg2019-12-093-6/+0
* | | | | | Merge pull request #18256 from nextcloud/files-aditional-scripts-new-eventsRoeland Jago Douma2019-12-093-3/+6
|\ \ \ \ \ \
| * | | | | | use OCP\EventDispatcher\GenericEvent in more placesRobin Appelman2019-12-092-2/+5
| * | | | | | use OCP\EventDispatcher\GenericEvent for loading additional scripts in the fi...Robin Appelman2019-12-051-1/+1
* | | | | | | Merge pull request #18231 from nextcloud/fix/shared_version_restoreRoeland Jago Douma2019-12-093-15/+64
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | update testsRobin Appelman2019-12-051-4/+56
| * | | | | | Fix restoring shared versionsRoeland Jago Douma2019-12-052-11/+8
| |/ / / / /
* | | | | | Merge pull request #18281 from nextcloud/dependabot/npm_and_yarn/nextcloud-vu...Roeland Jago Douma2019-12-0910-114/+485
|\ \ \ \ \ \
| * | | | | | Bump nextcloud-vue-collections from 0.6.0 to 0.7.1dependabot-preview[bot]2019-12-0810-114/+485
* | | | | | | Merge pull request #18294 from nextcloud/fix/18020/get_share_for_recipientRoeland Jago Douma2019-12-091-2/+6
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Fetch the share for the recipientRoeland Jago Douma2019-12-091-2/+6
* | | | | | | Fix LDAP application class instance created directlyChristoph Wurst2019-12-091-2/+3
| |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #17325 from nextcloud/enh/decouple-register-resource-providerChristoph Wurst2019-12-091-4/+4
|\ \ \ \ \ \
| * | | | | | Decouple resource provider registrationDaniel Kesselberg2019-12-071-4/+4
| | |/ / / / | |/| | | |
* | | | | | [tx-robot] updated from transifexNextcloud bot2019-12-0930-36/+234
* | | | | | [tx-robot] updated from transifexNextcloud bot2019-12-0812-92/+178
|/ / / / /
* | | / / [tx-robot] updated from transifexNextcloud bot2019-12-0724-98/+214
| |_|/ / |/| | |
* | | | rejig right to left join for sqlite's satisfactionArthur Schiwon2019-12-061-3/+3
|/ / /
* | | Make sure event names is always an arrayJulius Härtl2019-12-062-3/+3
* | | [tx-robot] updated from transifexNextcloud bot2019-12-0660-6/+254
* | | Merge pull request #18242 from nextcloud/directEditingEditorWithIdRoeland Jago Douma2019-12-051-0/+1
|\ \ \
| * | | add id to editor of direct editingtobiasKaminsky2019-12-051-0/+1
* | | | Update license headersChristoph Wurst2019-12-051199-1709/+3574
| |/ / |/| |
* | | Allow to unfavorite all files (#18241)John Molakvoæ2019-12-051-2/+1
|\ \ \
| * | | Allow to unfavorite all filesJoas Schilling2019-12-051-2/+1
| |/ /
* | | Merge pull request #17941 from nextcloud/search-by-ownerRoeland Jago Douma2019-12-052-7/+154
|\ \ \
| * | | Allow filtering the search results to the users home storageRobin Appelman2019-12-032-7/+154
* | | | Merge pull request #17989 from Noodlesalat/fix-padding-top-filelistRoeland Jago Douma2019-12-051-5/+9
|\ \ \ \ | |_|_|/ |/| | |
| * | | Remove whitespace above file listFabian Dreßler2019-11-181-5/+9
* | | | Use lookup by defaultJohn Molakvoæ (skjnldsv)2019-12-053-7/+20
* | | | Expose capability if the lookup server should be queried by defaultRoeland Jago Douma2019-12-051-0/+5