summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Fix comparisons in the dav appJoas Schilling2017-08-017-9/+9
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix comparisons in encryption appJoas Schilling2017-08-012-4/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #5897 from nextcloud/add-share-mail-for-user-shareRoeland Jago Douma2017-08-012-2/+2
|\ | | | | Send an email once a file/folder is shared with a user
| * Disable default activity email for incoming sharesMorris Jobke2017-07-312-2/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Fix testsRoeland Jago Douma2017-08-011-0/+1
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Fix sabre testRoeland Jago Douma2017-08-011-3/+5
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Fix L10N::tRoeland Jago Douma2017-08-014-11/+11
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [files_external] Fix phpdocRoeland Jago Douma2017-08-013-3/+3
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [DAV] Fix URLUtil::splitPath usageRoeland Jago Douma2017-08-0114-23/+23
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [DAV][CalDAV] FixesRoeland Jago Douma2017-08-015-14/+15
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Fix CommentsRoeland Jago Douma2017-08-015-13/+12
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [files_external] fix commandsRoeland Jago Douma2017-08-016-13/+13
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [files_external] Fix phpdocRoeland Jago Douma2017-08-012-2/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Replace wrong PHPDocsLukas Reschke2017-08-011-1/+1
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Add |null to PHPDocLukas Reschke2017-08-014-4/+4
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Stricter phan config fixesLukas Reschke2017-08-011-5/+3
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | [tx-robot] updated from transifexNextcloud bot2017-08-0120-20/+22
| |
* | Merge pull request #5905 from nextcloud/ocp-configMorris Jobke2017-07-313-5/+6
|\ \ | | | | | | Use IConfig instead of static OCP\Config
| * | Use IConfig instead of static OCP\ConfigMorris Jobke2017-07-273-5/+6
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #5913 from nextcloud/fix-anchor-nameRoeland Jago Douma2017-07-311-1/+1
|\ \ \ | | | | | | | | Fix anchor name for federated sharing settings
| * | | Fix anchor name for federated sharing settingsMorris Jobke2017-07-281-1/+1
| |/ / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | [tx-robot] updated from transifexNextcloud bot2017-07-312-0/+8
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-07-3024-4/+260
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-07-2918-20/+212
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-07-288-4/+10
| | |
* | | Merge pull request #5852 from nextcloud/preview_trash_cleanupMorris Jobke2017-07-271-6/+23
|\ \ \ | |/ / |/| | Preview trash cleanup
| * | Delete trash using node API to trigger preview deletionRoeland Jago Douma2017-07-241-6/+23
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2017-07-278-128/+204
| |/ |/|
* | Allow to enable the external storage app via the web uiJoas Schilling2017-07-261-15/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2017-07-2616-10/+64
| |
* | Merge pull request #5864 from nextcloud/legacy_userLukas Reschke2017-07-256-6/+6
|\ \ | | | | | | Remove legacy OC_User_Backend and OC_User_Interface
| * | Fix commentsMorris Jobke2017-07-254-4/+4
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Remove legacy OC_User_Backend and OC_User_InterfaceRoeland Jago Douma2017-07-242-2/+2
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2017-07-2544-14/+268
|/ /
* | Merge pull request #5835 from nextcloud/cleanup_testing_appMorris Jobke2017-07-247-315/+330
|\ \ | | | | | | Cleanup testing app
| * | Move over locking controllerRoeland Jago Douma2017-07-244-274/+303
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Move over ConfigRoeland Jago Douma2017-07-242-50/+36
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Move Application to AppInfoRoeland Jago Douma2017-07-242-2/+2
| |/ | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #5514 from nextcloud/assembly-stream-seekMorris Jobke2017-07-241-56/+32
|\ \ | | | | | | refactor chunked assembly stream
| * | refactor chunked assembly streamRobin Appelman2017-07-211-56/+32
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Some app fixes of phpstorm inspectionsRoeland Jago Douma2017-07-2420-46/+48
| |/ |/| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2017-07-2452-108/+266
| |
* | [tx-robot] updated from transifexNextcloud bot2017-07-2328-124/+344
| |
* | Merge pull request #5827 from nextcloud/improve-public-share-headerMorris Jobke2017-07-222-4/+16
|\ \ | | | | | | Add filename and sharer in public page
| * | Add filename and sharer in public pageMorris Jobke2017-07-212-4/+16
| |/ | | | | | | | | | | | | | | * shows the filename and sharer on the public page * allows the user to identify, that this is a user page and not an official page of the Nextcloud hosting * remove link on logo that redirects to login (fixes #5720) Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-07-2250-4/+130
| |
* | Merge pull request #5823 from nextcloud/improve-error-handlingMorris Jobke2017-07-213-13/+22
|\ \ | |/ |/| Improve error handling for accepting federated shares
| * use OCSv2 to make sure that the error also arrives at the web front-endBjoern Schiessle2017-07-211-2/+2
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * improved error handlingBjoern Schiessle2017-07-212-11/+20
| | | | | | | | | | | | | | check if table was updated successfully and only then send a notification mail and return "true". Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Merge pull request #5753 from nextcloud/fed-unshare-fail-remoteRoeland Jago Douma2017-07-211-2/+7
|\ \ | | | | | | still remove the federated share even if we cant notify the remote