summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | still remove the federated share even if we cant notify the remoteRobin Appelman2017-07-171-2/+7
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #5803 from nextcloud/fix-public-linksMorris Jobke2017-07-211-1/+3
|\ \ \ | | | | | | | | fix preview for public links
| * | | fix preview for public linksBjoern Schiessle2017-07-201-1/+3
| | |/ | |/| | | | | | | | | | | | | | | | | | | in case a user is already logged in on the same server from which the public link comes from, we need to setup the owners file system in order to show the preview Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | Merge pull request #5817 from nextcloud/add-basic-sql-injection-checkerMorris Jobke2017-07-213-0/+15
|\ \ \ | | | | | | | | Add Phan plugin to check for SQL injections
| * | | Add Phan plugin to check for SQL injectionsLukas Reschke2017-07-203-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a phan plugin which checks for SQL injections on code using our QueryBuilder, while it isn't perfect it should already catch most potential issues. As always, static analysis will sometimes have false positives and this is also here the case. So in some cases the analyzer just doesn't know if something is potential user input or not, thus I had to add some `@suppress SqlInjectionChecker` in front of those potential injections. The Phan plugin hasn't the most awesome code but it works and I also added a file with test cases. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | [tx-robot] updated from transifexNextcloud bot2017-07-21276-940/+316
| | | |
* | | | Merge pull request #5629 from nextcloud/add-recovery-key-on-public-uploadBjörn Schießle2017-07-201-2/+21
|\ \ \ \ | |/ / / |/| | | Add recovery key on public upload
| * | | make sure that we always have a ownerBjoern Schiessle2017-07-201-4/+17
| | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | | Add recovery key on public uploadBjoern Schiessle2017-07-201-2/+8
| |/ / | | | | | | | | | | | | | | | | | | | | | In order to decide if a recovery key needs to be added we always need to check the files owner settings and not the settings of the currently logged in user. Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* / / Fix copy and paste error on activity descriptionsJoas Schilling2017-07-202-2/+2
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2017-07-2030-0/+120
| |
* | Merge pull request #5734 from nextcloud/only-readable-chars-in-share-tokensJoas Schilling2017-07-192-3/+2
|\ \ | | | | | | Only use readable chars in Share Tokens
| * | Only use readable chars in Share TokensJoas Schilling2017-07-182-3/+2
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #5776 from nextcloud/install-phanRoeland Jago Douma2017-07-194-5/+9
|\ \ \ | | | | | | | | Run phan over code base
| * | | Run phan over code baseLukas Reschke2017-07-194-5/+9
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | Add Android and iOS URLs to theming appMorris Jobke2017-07-192-0/+71
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Allow overwriting of IOS theming valuesRoeland Jago Douma2017-07-191-1/+20
|/ / / | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2017-07-19182-654/+670
| | |
* | | Merge pull request #5739 from nextcloud/comradekingu-patch-4Roeland Jago Douma2017-07-181-2/+2
|\ \ \ | | | | | | | | Spelling: Bigversal and LDAP
| * | | : Bigversal and LDAPAllan Nordhøy2017-07-141-2/+2
| | | |
* | | | Merge pull request #5736 from smueller18/patch-2Morris Jobke2017-07-181-1/+1
|\ \ \ \ | | | | | | | | | | do not show hyphen in og:title if slogan does not exist
| * | | | do not show hyphen in og:title if slogan does not existStephan Müller2017-07-141-1/+1
| |/ / /
* | | | Merge pull request #5735 from nextcloud/comradekingu-patch-1Roeland Jago Douma2017-07-181-4/+4
|\ \ \ \ | | | | | | | | | | Spelling: Shortening and binding
| * | | | Spelling: Shortening and bindingAllan Nordhøy2017-07-141-4/+4
| |/ / /
* | | | Merge pull request #5737 from nextcloud/comradekingu-patch-2Morris Jobke2017-07-181-3/+3
|\ \ \ \ | | | | | | | | | | Spelling: command-line, Consider narrowing
| * | | | command-line, Consider narrowingAllan Nordhøy2017-07-141-3/+3
| |/ / /
* | | | Merge pull request #5741 from nextcloud/comradekingu-patch-6Morris Jobke2017-07-181-2/+2
|\ \ \ \ | | | | | | | | | | Spelling: sent, an invitation, - successful
| * | | | sent, an invitation, - successfulAllan Nordhøy2017-07-141-2/+2
| |/ / /
* | | | Merge pull request #5740 from nextcloud/comradekingu-patch-5Morris Jobke2017-07-181-2/+2
|\ \ \ \ | | | | | | | | | | Spelling: log out, : Bigversal
| * | | | log out, : BigversalAllan Nordhøy2017-07-141-2/+2
| |/ / /
* | | | [tx-robot] updated from transifexNextcloud bot2017-07-1850-116/+116
| | | |
* | | | Merge pull request #5743 from nextcloud/comradekingu-patch-7Roeland Jago Douma2017-07-171-1/+1
|\ \ \ \ | |_|_|/ |/| | | Spelling: - your
| * | | - yourAllan Nordhøy2017-07-151-1/+1
| | | | | | | | | | | | This avoids it being «"access to your "the cloud"» or similar. Italicizing %s might be a middleground here.
* | | | [tx-robot] updated from transifexNextcloud bot2017-07-1712-132/+506
|/ / /