Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add checker for signed off commits | Lukas Reschke | 2016-09-22 | 2 | -0/+128 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Add Developer Certificate of Origin (DCO) | Bjoern Schiessle | 2016-09-22 | 3 | -0/+106 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Merge pull request #1480 from nextcloud/icon-more-white | Julius Härtl | 2016-09-21 | 2 | -0/+8 |
|\ | | | | | add icon-more-white | ||||
| * | add icon-more-white | Jan-Christoph Borchardt | 2016-09-21 | 2 | -0/+8 |
| | | |||||
* | | Merge pull request #1477 from nextcloud/fix-tabheaders | Jan-Christoph Borchardt | 2016-09-21 | 1 | -0/+1 |
|\ \ | |/ |/| | fix sidebar tab headers margin | ||||
| * | fix sidebar tab headers margin | Jan-Christoph Borchardt | 2016-09-21 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #1469 from nextcloud/hide-empty-tag-input | Jan-Christoph Borchardt | 2016-09-21 | 5 | -3/+46 |
|\ | | | | | Hide collaborative tag input when empty | ||||
| * | proper padding for Tags action | Jan-Christoph Borchardt | 2016-09-21 | 1 | -0/+1 |
| | | |||||
| * | Add viewbox to icons | Joas Schilling | 2016-09-20 | 2 | -2/+2 |
| | | |||||
| * | Add a handle for the tags label | Joas Schilling | 2016-09-20 | 4 | -0/+35 |
| | | |||||
| * | Hide the tags input field when it's empty | Joas Schilling | 2016-09-20 | 1 | -2/+9 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-21 | 6 | -16/+76 |
| | | |||||
* | | Merge pull request #1473 from nextcloud/fix-select2-input | Jan-Christoph Borchardt | 2016-09-21 | 1 | -0/+4 |
|\ \ | | | | | | | Fix the font in the select2 placeholders | ||||
| * | | Fix the font in the select2 placeholders | Joas Schilling | 2016-09-20 | 1 | -0/+4 |
|/ / | |||||
* | | Merge pull request #1468 from nextcloud/icons-audio-video-2 | Morris Jobke | 2016-09-20 | 1 | -0/+6 |
|\ \ | | | | | | | add proper classes for white audio and video icons | ||||
| * | | add proper classes for white audio and video icons | Jan-Christoph Borchardt | 2016-09-20 | 1 | -0/+6 |
|/ / | |||||
* | | Merge pull request #1454 from nextcloud/morris | Lukas Reschke | 2016-09-20 | 1 | -0/+8 |
|\ \ | | | | | | | Don't check Same-Site attribute for mobile chrome | ||||
| * | | Don't check for Same-Site cookie on Chrome Android | Lukas Reschke | 2016-09-20 | 1 | -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 transifex | Nextcloud bot | 2016-09-20 | 6 | -4/+64 |
| | | | |||||
* | | | Merge pull request #1451 from nextcloud/icons-audio-video | Morris Jobke | 2016-09-20 | 5 | -0/+24 |
|\ \ \ | |/ / |/| | | add audio and video icons | ||||
| * | | add audio and video icons | Jan-Christoph Borchardt | 2016-09-19 | 5 | -0/+24 |
| | | | |||||
* | | | Merge pull request #1430 from longsleep/fixup-getURLParameter | Lukas Reschke | 2016-09-19 | 1 | -3/+4 |
|\ \ \ | |_|/ |/| | | Fixup getURLParameter 'null' return and encoding support | ||||
| * | | Fixup getURLParameter behavior | Simon Eisenmann | 2016-09-16 | 1 | -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 Eisenmann | 2016-09-16 | 1 | -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 transifex | Nextcloud bot | 2016-09-19 | 16 | -30/+146 |
| |/ |/| | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-18 | 20 | -2/+74 |
| | | |||||
* | | Merge pull request #1417 from nextcloud/strict_CSP_for_OCS | Morris Jobke | 2016-09-17 | 7 | -42/+78 |
|\ \ | | | | | | | Strict CSP for OCS API | ||||
| * | | Make OCS intergration tests check for CSP | Roeland Jago Douma | 2016-09-15 | 2 | -0/+25 |
| | | | | | | | | | | | | * Very hacky in simple test but at least we test | ||||
| * | | Add tests | Roeland Jago Douma | 2016-09-15 | 2 | -38/+43 |
| | | | |||||
| * | | Add trict CSP to OCS responses | Roeland Jago Douma | 2016-09-15 | 3 | -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_eventdispatcher | Morris Jobke | 2016-09-17 | 1 | -0/+0 |
|\ \ \ | | | | | | | | | [3rdparty] Bump symfony/event-dispatcher | ||||
| * | | | [3rdparty] Bump symfony/event-dispatcher | Roeland Jago Douma | 2016-09-09 | 1 | -0/+0 |
| | | | | |||||
* | | | | Merge pull request #1429 from nextcloud/bump_handlebars | Morris Jobke | 2016-09-17 | 3 | -2732/+4595 |
|\ \ \ \ | | | | | | | | | | | Bump handlebars to version 4.0.5 | ||||
| * | | | | Bump handlebars to version 4.0.5 | Roeland Jago Douma | 2016-09-16 | 3 | -2732/+4595 |
| | |_|/ | |/| | | |||||
* / | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-17 | 12 | -20/+10 |
|/ / / | |||||
* | | | Merge pull request #1408 from nextcloud/chunk-calendar-objects-query | Roeland Jago Douma | 2016-09-16 | 2 | -22/+36 |
|\ \ \ | | | | | | | | | Chunk if you have too many contacts/events | ||||
| * | | | Close cursors | Joas Schilling | 2016-09-15 | 2 | -6/+8 |
| | | | | |||||
| * | | | Chunk if you have too many contacts | Joas Schilling | 2016-09-14 | 1 | -10/+16 |
| | | | | |||||
| * | | | Chunk if you have too many events | Joas Schilling | 2016-09-14 | 1 | -11/+17 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-16 | 10 | -2/+44 |
| |_|/ |/| | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-15 | 24 | -110/+450 |
|/ / | |||||
* | | Merge pull request #1405 from nextcloud/update_moment_js | Roeland Jago Douma | 2016-09-14 | 5 | -2392/+4905 |
|\ \ | | | | | | | update moment.js to 2.15 | ||||
| * | | update moment.js to 2.15 | Georg Ehrke | 2016-09-14 | 5 | -2392/+4905 |
| | | | |||||
* | | | Merge pull request #1375 from ↵ | Lukas Reschke | 2016-09-14 | 2 | -5/+11 |
|\ \ \ | | | | | | | | | | | | | | | | | nextcloud/display-that-updating-failed-for-htaccess Display an error when updating .htaccess failed | ||||
| * | | | Update docs | Joas Schilling | 2016-09-13 | 1 | -1/+2 |
| | | | | |||||
| * | | | Display an error when updating .htaccess failed | Joas Schilling | 2016-09-13 | 2 | -4/+9 |
| |/ / | |||||
* | | | Merge pull request #1401 from nextcloud/rename-file-to-copying | Morris Jobke | 2016-09-14 | 2 | -3/+3 |
|\ \ \ | | | | | | | | | Rename COPYING-AGPL to COPYING | ||||
| * | | | Rename COPYING-AGPL to COPYING | Lukas Reschke | 2016-09-13 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | That way GitHub properly indexes the license information and displays it inline. Also renamed one old usage of "ownCloud" to Nextcloud. | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-14 | 20 | -4/+114 |
|/ / / | |||||
* | | | Merge pull request #1395 from nextcloud/issue-369-htaccess-max-sizes | Morris Jobke | 2016-09-13 | 5 | -14/+14 |
|\ \ \ | | | | | | | | | Make sure memory limit is > post size and upload filesize |