aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* more consistent namingArthur Schiwon2018-04-056-16/+16
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* admin_audit and dav listen to announce and revoke signalsArthur Schiwon2018-04-053-0/+46
| | | | | | also place them in doc Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* LDAP backend to emit announce and revoke signals on mapping changesArthur Schiwon2018-04-055-7/+68
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* [tx-robot] updated from transifexNextcloud bot2018-04-0516-0/+26
|
* Merge pull request #8926 from nextcloud/ocs-api-quota-fallbackblizzz2018-04-041-1/+10
|\ | | | | Return quota even if user is not initialised
| * Fix quota return if unlimitedJohn Molakvoæ (skjnldsv)2018-03-221-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Return quota even if user is not initializedJohn Molakvoæ (skjnldsv)2018-03-221-1/+10
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | When formatting a share node an Empty target is invalidRoeland Jago Douma2018-04-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | Fixes #9028 For federated shares the share table holds no target information (since it is on the other server). So when a node is actually invalid and not found we should not display it anymore in the shared with sections etc and thus throw the proper exceptions. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-04-044-2/+88
| |
* | Merge pull request #8996 from brandonkirsch/fix-onenote-davMorris Jobke2018-04-032-2/+2
|\ \ | | | | | | Fix webdav support for OneNote clients
| * | Fix webdav support for OneNote clientsBrandon Kirsch2018-03-262-2/+2
| | |
* | | Merge pull request #9006 from ↵Morris Jobke2018-04-031-0/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/8977/ignore_encrypted_custom_properties Do not treat is-encrypted as custom property
| * | | Do not treat is-encrypted as customer propertyRoeland Jago Douma2018-03-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes #8977 Else for all files in a folder we would launch off more queries. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #8945 from nextcloud/fix-files-copy-in-recent-favoritesMorris Jobke2018-04-032-6/+9
|\ \ \ \ | | | | | | | | | | Fixed files copy/move when in favorites or recent section
| * | | | Fixed files copy/move when in favorites or recent sectionJohn Molakvoæ (skjnldsv)2018-03-222-6/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | Merge pull request #9014 from nextcloud/smb-2.0.5Morris Jobke2018-04-039-25/+45
|\ \ \ \ \ | | | | | | | | | | | | update icewind/smb to 2.0.5
| * | | | | update icewind/smb to 2.0.5Robin Appelman2018-03-289-25/+45
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | [tx-robot] updated from transifexNextcloud bot2018-04-038-16/+144
| | | | | |
* | | | | | [tx-robot] updated from transifexNextcloud bot2018-04-028-14/+50
| | | | | |
* | | | | | [tx-robot] updated from transifexNextcloud bot2018-04-012-2/+2
| | | | | |
* | | | | | [tx-robot] updated from transifexNextcloud bot2018-03-3124-2/+52
| | | | | |
* | | | | | [tx-robot] updated from transifexNextcloud bot2018-03-302-0/+2
| | | | | |
* | | | | | [tx-robot] updated from transifexNextcloud bot2018-03-2914-4/+46
|/ / / / /
* | | | | Merge pull request #8976 from nextcloud/dep_user_codeRoeland Jago Douma2018-03-282-9/+23
|\ \ \ \ \ | |_|/ / / |/| | | | Remove deprecated functions from OCP\User
| * | | | Remove deprecated \OCP\User::userExistsRoeland Jago Douma2018-03-261-5/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Remove deprecated OCP\User::getDisplaynameRoeland Jago Douma2018-03-252-4/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Remove deprecated \OCP\User::getUsersRoeland Jago Douma2018-03-251-5/+14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | [tx-robot] updated from transifexNextcloud bot2018-03-28120-116/+344
| | | | |
* | | | | Merge pull request #8993 from nextcloud/theming-allow-ui-with-themeRoeland Jago Douma2018-03-273-6/+5
|\ \ \ \ \ | | | | | | | | | | | | Show UI when using a custom theme
| * | | | | Show UI when using a custom themeJulius Härtl2018-03-263-6/+5
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | Do not hide the theming app UI when using a custom theme besides it, but warn the users about some settings being overwritten by that. Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | [tx-robot] updated from transifexNextcloud bot2018-03-274-0/+6
| | | | |
* | | | | Merge pull request #8968 from nextcloud/filter_method_not_allowedRoeland Jago Douma2018-03-261-0/+4
|\ \ \ \ \ | | | | | | | | | | | | MethodNotAllowed is not a Fatal error
| * | | | | MethodNotAllowed is not a Fatal errorRoeland Jago Douma2018-03-261-0/+4
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #8983 from nextcloud/fix-8888Roeland Jago Douma2018-03-262-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Clear any theming prefixed cache on cache buster increase
| * | | | | Fix testsJulius Härtl2018-03-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Clear any theming prefixed cache on cache buster increaseJulius Härtl2018-03-261-1/+1
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #8985 from nextcloud/cleanup_ocp_dbRoeland Jago Douma2018-03-268-49/+106
|\ \ \ \ \ | | | | | | | | | | | | Cleanup ocp db
| * | | | | Do not use \OCP\DB anymoreRoeland Jago Douma2018-03-268-49/+106
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / / / / Make 2FA backupcodes strictRoeland Jago Douma2018-03-261-8/+10
|/ / / / | | | | | | | | | | | | | | | | | | | | * and follow the interface again Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / / / [tx-robot] updated from transifexNextcloud bot2018-03-2610-0/+16
|/ / /
* | | [tx-robot] updated from transifexNextcloud bot2018-03-2514-10/+44
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-03-248-0/+14
| | |
* | | Merge pull request #8943 from nextcloud/dep_oc_jsonRoeland Jago Douma2018-03-2317-82/+82
|\ \ \ | | | | | | | | Remove \OCP\JSON
| * | | Finally remove \OCP\JSONRoeland Jago Douma2018-03-233-12/+12
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Move calls to \OCP\JSON to private \OC_JSONRoeland Jago Douma2018-03-2217-82/+82
| | | | | | | | | | | | | | | | | | | | | | | | They should be properly fixed at some point. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #8865 from nextcloud/ocs-groups-displaynameJoas Schilling2018-03-233-0/+59
|\ \ \ \ | | | | | | | | | | Return groups displayname in provisioning api
| * | | | Return groups displayname in provisioning apiJohn Molakvoæ (skjnldsv)2018-03-233-0/+59
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | Merge pull request #8856 from nextcloud/ocs-api-new-user-password-emailMorris Jobke2018-03-232-12/+55
|\ \ \ \ \ | | | | | | | | | | | | Allow admin to create users without password by sending mail automatic…
| * | | | | Allow admin to create users withoutpassword by sending mail automaticallyJohn Molakvoæ (skjnldsv)2018-03-222-12/+55
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2018-03-2318-8/+28
| | | | |