summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-03-02156-18/+9830
|
* Merge pull request #3676 from individual-it/trash_problemJoas Schilling2017-03-021-5/+2
|\ | | | | fix for #3201
| * fix for #3201Artur Neumann2017-03-021-2/+3
| |
| * Revert "fix mouse pointer"Artur Neumann2017-03-021-5/+1
| | | | | | | | This reverts commit a4e2dc3033e40b58e5e72e2bda85a327ff092464.
* | Transifex config for theming appMorris Jobke2017-03-011-0/+0
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-03-022-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2017-03-018-22/+78
| |
* | Merge pull request #3649 from nextcloud/bugfix/saving-backup-codes-data-uriRoeland Jago Douma2017-02-281-41/+121
|\ \ | | | | | | Fix saving backup codes by using a correct data uri
| * | Fix saving backup codes by using a correct data uriChristoph Wurst2017-02-281-41/+121
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #3651 from ↵Morris Jobke2017-02-281-76/+67
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/refactor/provisioning-usercontroller-test Refactor provision api app's UserControllerTest
| * | | Refactor provision api app's UserControllerTestChristoph Wurst2017-02-281-76/+67
| |/ / | | | | | | | | | | | | | | | | | | | | | * Replace deprecated getMock with createMock * Use createMock consistently * Use php's ::class references Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #3643 from nextcloud/replace-deprecated-tipsyLukas Reschke2017-02-282-3/+3
|\ \ \ | |/ / |/| | Replace deprecated $.tipsy(...) by $.tooltip(...)
| * | fix typoMorris Jobke2017-02-281-1/+1
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Replace deprecated $.tipsy(...) by $.tooltip(...)Christoph Wurst2017-02-272-3/+3
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #2997 from nextcloud/fix_2957Morris Jobke2017-02-284-34/+48
|\ \ \ | | | | | | | | Allow groups with / in sabre
| * | | Properly handle groups with a /Roeland Jago Douma2017-02-274-34/+48
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a group contains a slash the principal URI becomes principals/groups/foo/bar. Now the URI is plit on '/' so this creates issues ;) Fixes #2957 * Add tests for groups with / Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / / [tx-robot] updated from transifexNextcloud bot2017-02-2810-14/+146
|/ /
* | [tx-robot] updated from transifexNextcloud bot2017-02-2714-24/+32
| |
* | [tx-robot] updated from transifexNextcloud bot2017-02-2512-8/+156
| |
* | Merge pull request #3588 from GreenArchon/issue_#3461Lukas Reschke2017-02-241-1/+1
|\ \ | | | | | | Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs
| * | Typecast filecache 'storage' as int to return it as documented, fixes #3461Frédéric Fortier2017-02-201-1/+1
| | | | | | | | | | | | Signed-off-by: Frédéric Fortier <frederic.fortier@oronospolytechnique.com>
* | | Merge pull request #3598 from ↵Roeland Jago Douma2017-02-241-1/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/issue-3583-shared-addressbooks-fail-on-legacy-endpoint Use the correct principal for shared addressbooks
| * | | Use the correct principal for shared addressbooksJoas Schilling2017-02-231-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #3605 from nextcloud/single-userJoas Schilling2017-02-242-19/+2
|\ \ \ \ | | | | | | | | | | Clean up single user mode
| * | | | Clean up single user modeMorris Jobke2017-02-222-19/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Single user mode basically disables WebDAV, OCS and cron execution. Since we heavily rely on WebDAV and OCS also in the web UI it's basically useless. An admin only sees a broken interface and can't even change any settings nor sees any files. Also sharing is not possible. As this is at least the case since Nextcloud 9 and we haven't received any reports for this it seems that this feature is not used at all so I removed it. The encryption commands now rely on the well tested maintenance mode. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / / / [tx-robot] updated from transifexNextcloud bot2017-02-2416-94/+430
|/ / /
* | | [tx-robot] updated from transifexNextcloud bot2017-02-238-2/+58
| | |
* | | Merge pull request #3567 from nextcloud/autocomplete-settingsBjörn Schießle2017-02-221-4/+16
|\ \ \ | | | | | | | | some sharing settings
| * | | use (int) instead of intval for performance reasonsBjoern Schiessle2017-02-221-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | | properly include classMorris Jobke2017-02-211-5/+5
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | Use intval() for validation of config optionsMorris Jobke2017-02-211-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | allow to configure a min-length of search strings for auto-compeltion and a ↵Bjoern Schiessle2017-02-211-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | max number for of results returned Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | Merge pull request #3418 from nextcloud/add-groups-to-userinfoLukas Reschke2017-02-222-3/+36
|\ \ \ \ | | | | | | | | | | add groups to user info output
| * | | | add groups to user info outputBjoern Schiessle2017-02-092-3/+36
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | | Merge pull request #3570 from nextcloud/fix-share-loadingJohn Molakvoæ2017-02-221-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Fix position of share autocomplete loading icon
| * | | | | Fix position of share autocomplete loading iconMorris Jobke2017-02-211-2/+2
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #3413 from nextcloud/theming-appdataLukas Reschke2017-02-226-100/+378
|\ \ \ \ \ | | | | | | | | | | | | Move theming images to AppData
| * | | | | Add test for creating AppData folderJulius Haertl2017-02-201-13/+47
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * | | | | Use createMockJulius Haertl2017-02-162-46/+25
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * | | | | Use ::class in tests and correct importJulius Haertl2017-02-163-28/+34
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * | | | | Add tests for theming migration stepJulius Haertl2017-02-162-7/+143
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * | | | | Adapt ThemingController testsJulius Haertl2017-02-161-52/+81
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * | | | | Add repair step to move existing theming imagesJulius Haertl2017-02-162-1/+85
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * | | | | Move theming images to AppDataJulius Haertl2017-02-162-26/+36
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* | | | | | [tx-robot] updated from transifexNextcloud bot2017-02-2254-138/+302
| | | | | |
* | | | | | Merge pull request #3557 from marncz/masterJohn Molakvoæ2017-02-211-2/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Fixed path in other folders search
| * | | | | Fixed path in other folders searchMarcin2017-02-211-2/+2
| | | | | | | | | | | | | | | | | | Signed-off-by: Marcin Czarnecki <marcin.czarnecki@protonmail.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2017-02-2150-100/+100
|/ / / / /
* | | | | Merge pull request #3521 from nextcloud/ldap-fix-uuid-attr-detectionLukas Reschke2017-02-2020-43/+895
|\ \ \ \ \ | | | | | | | | | | | | Fix Borken UUID Attribute Detection
| * | | | | add tests to DB groupArthur Schiwon2017-02-172-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>