summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add option to acceptance test runner to set the Selenium serverDaniel Calviño Sánchez2017-07-201-1/+40
| | | | | | | | By default "127.0.0.1:4444" is used, so nothing needs to be set when the acceptance tests and the Selenium server share the same network (like when called by "run.sh"). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Add option to acceptance test runner to set the Nextcloud server domainDaniel Calviño Sánchez2017-07-202-1/+45
| | | | | | | | | | | | By default "127.0.0.1" is used, so nothing needs to be set when the Selenium server and the Nextcloud test server share the same network (like when called by "run.sh"). Besides passing the domain to the acceptance tests the Nextcloud test server configuration must be modified to see the given domain as a trusted domain; otherwise the access would be forbidden. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Make possible to configure the domain for the Nextcloud test serverDaniel Calviño Sánchez2017-07-201-6/+16
| | | | | | | | | | | | | The NextcloudTestServerLocalHelper started the PHP built-in web server for the Nextcloud test server at 127.0.0.1; as the Selenium server has to access the Nextcloud test server they were forced to share the same network. Now, the domain at which the PHP built-in web server is started can be specified when the NextcloudTestServerLocalHelper is created, which removes the need of sharing the same network, as the Selenium server now can access the Nextcloud test server at an arbitrary domain. However, by default "127.0.0.1" is still used if no domain is given. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Merge pull request #5734 from nextcloud/only-readable-chars-in-share-tokensJoas Schilling2017-07-194-11/+5
|\ | | | | Only use readable chars in Share Tokens
| * Only use readable chars in Share TokensJoas Schilling2017-07-184-11/+5
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #5719 from nextcloud/improve-jscombinerMorris Jobke2017-07-193-3/+40
|\ \ | | | | | | Properly handle if the deps file if for some reason empty
| * | Properly handle if the deps file if for some reason emptyMorris Jobke2017-07-193-3/+40
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #5776 from nextcloud/install-phanRoeland Jago Douma2017-07-1922-25/+2390
|\ \ \ | | | | | | | | Run phan over code base
| * | | Add workaround for https://github.com/etsy/phan/issues/1033Lukas Reschke2017-07-193-1/+9
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | Update third-party refLukas Reschke2017-07-191-0/+0
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | Remove unused functionsLukas Reschke2017-07-192-17/+0
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | Install phan manuallyLukas Reschke2017-07-192-2/+3
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | Use new Drone imageLukas Reschke2017-07-191-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | Exclude phan from scrutinizerLukas Reschke2017-07-191-0/+5
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | Run phan over code baseLukas Reschke2017-07-1918-8/+2376
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | Merge pull request #5781 from nextcloud/fix_5780Morris Jobke2017-07-192-1/+91
|\ \ \ \ | | | | | | | | | | Allow overwriting of IOS theming values
| * | | | 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>
* | | | Merge pull request #5778 from nextcloud/changelogMorris Jobke2017-07-191-18/+2
|\ \ \ \ | |/ / / |/| | | Add link to real changelog
| * | | Add link to real changelogMorris Jobke2017-07-191-18/+2
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | [tx-robot] updated from transifexNextcloud bot2017-07-19248-784/+800
| | | |
* | | | Merge pull request #5744 from 1manprojects/patch-1Morris Jobke2017-07-181-1/+1
|\ \ \ \ | | | | | | | | | | Removed cast to integer in getSize
| * | | | changed direct cast to integer to numerical value1 Man Projects2017-07-171-1/+1
| | | | |
| * | | | Removed cast to integer in getSize1 Man Projects2017-07-151-1/+1
| | | | | | | | | | | | | | | Fixes - Wrong or no sizes of files/folders #5031
* | | | | Merge pull request #5775 from nextcloud/fix-postgresMorris Jobke2017-07-181-3/+3
|\ \ \ \ \ | | | | | | | | | | | | Disable postgres temporarily
| * | | | | Disable postgres temporarilyMorris Jobke2017-07-181-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | Merge pull request #5764 from nextcloud/update-3rdpartyMorris Jobke2017-07-181-0/+0
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Update 3rdparty for "Fix infinite propfinds reporting files as direct…
| * | | | | Update 3rdparty for "Fix infinite propfinds reporting files as directories"Joas Schilling2017-07-181-0/+0
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #5770 from nextcloud/path-repair-steps-loopRoeland Jago Douma2017-07-181-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix invalid path repair step not getting all invalid entries
| * | | | | Fix invalid path repair step not getting all invalid entriesRobin Appelman2017-07-181-1/+1
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #5733 from nextcloud/app-menu-ellipsisMorris Jobke2017-07-181-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Long app names will have ellipsis in the app menu popover.
| * | | | | Long app names will have ellipsis in the app menu popover.Marin Treselj2017-07-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #5021 Signed-off-by: Marin Treselj <marin@pixelipo.com>
* | | | | | Merge pull request #5709 from nextcloud/null-user-existJoas Schilling2017-07-181-0/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | null users dont exist
| * | | | | null users dont existRobin Appelman2017-07-131-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | 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 #5745 from paulijar/masterMorris Jobke2017-07-182-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix emitting of legacy hook post_unshare
| * | | | | | | Fix emitting of legacy hook post_unsharePauli Järvinen2017-07-162-2/+2
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - When a file was unshared, the legacy hook pre_unshare fired twice and the hook post_unshare did not fire at all. This was obviously a copy-paste error. Signed-off-by: Pauli Järvinen <pauli.jarvinen@gmail.com>
* | | | | | | Merge pull request #5758 from nextcloud/comradekingu-patch-7Roeland Jago Douma2017-07-181-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Spelling: ": Bigversal"
| * | | | | | | : BigversalAllan Nordhøy2017-07-181-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
| |/ / / / / / /