summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2016-09-2324-110/+226
|
* Merge pull request #1487 from ↵Morris Jobke2016-09-221-5/+166
|\ | | | | | | | | nextcloud/move-integration-tests-to-single-containers Move integration tests to single execution containers in .drone.yml
| * Use new integration-php7.0 containerLukas Reschke2016-09-221-17/+17
| | | | | | | | | | | | This one caches the dependencies Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * Move integration tests to single containersLukas Reschke2016-09-221-4/+165
| | | | | | | | | | | | This adds improved performance Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #1455 from nextcloud/use-magic-diJoas Schilling2016-09-226-109/+31
|\ \ | | | | | | Use magic DI
| * | Fix more testsJoas Schilling2016-09-201-4/+4
| | |
| * | Use default value instead of throwing when the service could not be foundJoas Schilling2016-09-201-1/+10
| | |
| * | Use magic DIJoas Schilling2016-09-205-104/+17
| | |
* | | Merge pull request #1488 from nextcloud/rely-on-github-api-outputLukas Reschke2016-09-221-22/+7
|\ \ \ | |_|/ |/| | Rely solely on GitHub API output
| * | Rely solely on GitHub API outputLukas Reschke2016-09-221-22/+7
|/ / | | | | | | | | | | This doesn't download the whole git repository again which saves roughly 90 seconds in execution time on the test. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #1481 from nextcloud/signed-off-byLukas Reschke2016-09-225-0/+234
|\ \ | | | | | | Add Developer Certificate of Origin (DCO)
| * | Add checker for signed off commitsLukas Reschke2016-09-222-0/+128
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | Add Developer Certificate of Origin (DCO)Bjoern Schiessle2016-09-223-0/+106
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | [tx-robot] updated from transifexNextcloud bot2016-09-2234-214/+874
|/ /
* | Merge pull request #1480 from nextcloud/icon-more-whiteJulius Härtl2016-09-212-0/+8
|\ \ | | | | | | add icon-more-white
| * | add icon-more-whiteJan-Christoph Borchardt2016-09-212-0/+8
| | |
* | | Merge pull request #1477 from nextcloud/fix-tabheadersJan-Christoph Borchardt2016-09-211-0/+1
|\ \ \ | |/ / |/| | fix sidebar tab headers margin
| * | fix sidebar tab headers marginJan-Christoph Borchardt2016-09-211-0/+1
|/ /
* | Merge pull request #1469 from nextcloud/hide-empty-tag-inputJan-Christoph Borchardt2016-09-215-3/+46
|\ \ | | | | | | Hide collaborative tag input when empty
| * | proper padding for Tags actionJan-Christoph Borchardt2016-09-211-0/+1
| | |
| * | Add viewbox to iconsJoas Schilling2016-09-202-2/+2
| | |
| * | Add a handle for the tags labelJoas Schilling2016-09-204-0/+35
| | |
| * | Hide the tags input field when it's emptyJoas Schilling2016-09-201-2/+9
| |/
* | [tx-robot] updated from transifexNextcloud bot2016-09-216-16/+76
| |
* | Merge pull request #1473 from nextcloud/fix-select2-inputJan-Christoph Borchardt2016-09-211-0/+4
|\ \ | | | | | | Fix the font in the select2 placeholders
| * | Fix the font in the select2 placeholdersJoas Schilling2016-09-201-0/+4
|/ /
* | Merge pull request #1468 from nextcloud/icons-audio-video-2Morris Jobke2016-09-201-0/+6
|\ \ | | | | | | add proper classes for white audio and video icons
| * | add proper classes for white audio and video iconsJan-Christoph Borchardt2016-09-201-0/+6
|/ /
* | Merge pull request #1454 from nextcloud/morrisLukas Reschke2016-09-201-0/+8
|\ \ | | | | | | Don't check Same-Site attribute for mobile chrome
| * | Don't check for Same-Site cookie on Chrome AndroidLukas Reschke2016-09-201-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | Chrome on Android has a bug that it doesn't sent cookies with the same-site attribute for the download manager. To work around that all same-site cookies get deleted and recreated directly. Awesome! FIXME: Remove once Chrome 54 is deployed to end-users @see https://github.com/nextcloud/server/pull/1454
* | | [tx-robot] updated from transifexNextcloud bot2016-09-206-4/+64
| | |
* | | Merge pull request #1451 from nextcloud/icons-audio-videoMorris Jobke2016-09-205-0/+24
|\ \ \ | |/ / |/| | add audio and video icons
| * | add audio and video iconsJan-Christoph Borchardt2016-09-195-0/+24
| | |
* | | Merge pull request #1430 from longsleep/fixup-getURLParameterLukas Reschke2016-09-191-3/+4
|\ \ \ | |_|/ |/| | Fixup getURLParameter 'null' return and encoding support
| * | Fixup getURLParameter behaviorSimon Eisenmann2016-09-161-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit further changes the behavior of getURLParmeter to handle encoded parameter values and returns the decoded string and improves behavior for parameters without value and multiple equals and other similar cases which did not work before. See the comments at http://stackoverflow.com/questions/1403888/get-escaped-url-parameter for a list of the issues handled by the updated implementation. This change does not change the general behavior of the function. Empty or non existing parameters still return an empty string ('').
| * | Return '' instead of 'null'Simon Eisenmann2016-09-161-1/+1
| | | | | | | | | | | | | | | | | | This commit changes the behavior of getURLParameter(name) to return an empty string when the parameter is not set or has empty value. Before it returned 'null' as string.
* | | [tx-robot] updated from transifexNextcloud bot2016-09-1916-30/+146
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2016-09-1820-2/+74
| |
* | Merge pull request #1417 from nextcloud/strict_CSP_for_OCSMorris Jobke2016-09-177-42/+78
|\ \ | | | | | | Strict CSP for OCS API
| * | Make OCS intergration tests check for CSPRoeland Jago Douma2016-09-152-0/+25
| | | | | | | | | | | | * Very hacky in simple test but at least we test
| * | Add testsRoeland Jago Douma2016-09-152-38/+43
| | |
| * | Add trict CSP to OCS responsesRoeland Jago Douma2016-09-153-4/+10
| | | | | | | | | | | | | | | If a repsonse now explicitly has the Empty CSP set then the middleware won't touch it.
* | | Merge pull request #1334 from nextcloud/bump_symfony_eventdispatcherMorris Jobke2016-09-171-0/+0
|\ \ \ | | | | | | | | [3rdparty] Bump symfony/event-dispatcher
| * | | [3rdparty] Bump symfony/event-dispatcherRoeland Jago Douma2016-09-091-0/+0
| | | |
* | | | Merge pull request #1429 from nextcloud/bump_handlebarsMorris Jobke2016-09-173-2732/+4595
|\ \ \ \ | | | | | | | | | | Bump handlebars to version 4.0.5
| * | | | Bump handlebars to version 4.0.5Roeland Jago Douma2016-09-163-2732/+4595
| | |_|/ | |/| |
* / | | [tx-robot] updated from transifexNextcloud bot2016-09-1712-20/+10
|/ / /
* | | Merge pull request #1408 from nextcloud/chunk-calendar-objects-queryRoeland Jago Douma2016-09-162-22/+36
|\ \ \ | | | | | | | | Chunk if you have too many contacts/events
| * | | Close cursorsJoas Schilling2016-09-152-6/+8
| | | |
| * | | Chunk if you have too many contactsJoas Schilling2016-09-141-10/+16
| | | |