Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Load the timezones via select2 | Joas Schilling | 2016-08-01 | 6 | -22/+130 |
* | add a UI to render proper time picker | Morris Jobke | 2016-08-01 | 1 | -8/+97 |
* | Add request time | Joas Schilling | 2016-08-01 | 4 | -0/+326 |
* | Add remote address | Joas Schilling | 2016-08-01 | 4 | -1/+356 |
* | Add Request URL | Joas Schilling | 2016-08-01 | 3 | -0/+207 |
* | User agent check | Joas Schilling | 2016-08-01 | 4 | -1/+191 |
* | Add file mime type | Joas Schilling | 2016-08-01 | 10 | -10/+433 |
* | Add file size as check | Joas Schilling | 2016-08-01 | 3 | -0/+165 |
* | Add system tag check | Joas Schilling | 2016-08-01 | 3 | -1/+237 |
* | Add the systemtag js files | Joas Schilling | 2016-08-01 | 1 | -3/+18 |
* | Make sure each plugin is only added once | Joas Schilling | 2016-08-01 | 1 | -12/+8 |
* | Merge pull request #684 from nextcloud/fix_csrf_ocs | Lukas Reschke | 2016-08-01 | 2 | -2/+3 |
|\ | |||||
| * | We should properly check for 'true' instaed of the bool | Roeland Jago Douma | 2016-08-01 | 2 | -2/+3 |
* | | Merge pull request #685 from nextcloud/validate-theming-input | Björn Schießle | 2016-08-01 | 3 | -30/+94 |
|\ \ | |||||
| * | | Validate the input of the theming options | Joas Schilling | 2016-08-01 | 3 | -30/+94 |
| |/ | |||||
* | | Merge pull request #672 from sndrr/occ-rebrand-to-nextcloud | Morris Jobke | 2016-08-01 | 2 | -4/+4 |
|\ \ | |||||
| * | | Revert (c) back to ownCloud, Inc. | Sander Ruitenbeek | 2016-07-30 | 1 | -1/+1 |
| * | | Update Upgrade.php | sanderr | 2016-07-30 | 1 | -1/+1 |
| * | | Rebranded to Nextcloud for the occ command line tool | Sander Ruitenbeek | 2016-07-30 | 2 | -5/+5 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-01 | 12 | -8/+54 |
* | | | Merge pull request #674 from nextcloud/action-menu-position | Lukas Reschke | 2016-08-01 | 1 | -7/+0 |
|\ \ \ | |_|/ |/| | | |||||
| * | | remove extra file size padding to fix action menu position | Jan-Christoph Borchardt | 2016-07-30 | 1 | -7/+0 |
| |/ | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-01 | 32 | -6/+226 |
* | | Merge pull request #595 from nextcloud/fix_slow_test | blizzz | 2016-07-31 | 1 | -0/+7 |
|\ \ | |||||
| * | | Close session fast when doing a test to prevent blocking the next | Juan Pablo Villafáñez | 2016-07-27 | 1 | -0/+7 |
* | | | Merge pull request #675 from nextcloud/enoch85-patch-1 | Roeland Jago Douma | 2016-07-31 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | typo | Daniel Hansson | 2016-07-30 | 1 | -1/+1 |
| | |/ | |/| | |||||
* / | | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-31 | 20 | -2/+162 |
|/ / | |||||
* | | Merge pull request #664 from nextcloud/white-app-menu-fix | Marius Blüm | 2016-07-30 | 1 | -2/+2 |
|\ \ | |||||
| * | | Fix wrong preserveAspectRatio at app menu icons | Julius Haertl | 2016-07-29 | 1 | -2/+2 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-30 | 104 | -130/+794 |
* | | | Merge pull request #662 from thelinuxfr/patch-1 | Julius Härtl | 2016-07-29 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | Transifex Owncloud > Nextcloud | Frédéric LIETART | 2016-07-29 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #627 from nextcloud/white-app-menu | Björn Schießle | 2016-07-29 | 2 | -22/+37 |
|\ \ | |||||
| * | | fix shading of apps icon in app menu | Jan-Christoph Borchardt | 2016-07-29 | 1 | -3/+12 |
| * | | Move to svg filter on app menu to support IE9+ | Julius Haertl | 2016-07-28 | 2 | -11/+12 |
| * | | adjust opacity of icons in apps and user menu | Jan-Christoph Borchardt | 2016-07-28 | 1 | -8/+8 |
| * | | Change app menu to white | Julius Haertl | 2016-07-28 | 1 | -9/+14 |
* | | | Merge pull request #656 from nextcloud/ocs_controller_csrf | Roeland Jago Douma | 2016-07-29 | 2 | -2/+65 |
|\ \ \ | |||||
| * | | | Dark hackery to not always disable CSRF for OCS controllers | Roeland Jago Douma | 2016-07-29 | 2 | -2/+65 |
* | | | | Merge pull request #625 from nextcloud/video-container-size | Jan-Christoph Borchardt | 2016-07-29 | 1 | -2/+7 |
|\ \ \ \ | |||||
| * | | | | up the minimum size of the public share video a bit, use 16/9 ratio, fix #603 | Jan-Christoph Borchardt | 2016-07-29 | 1 | -2/+7 |
* | | | | | Merge pull request #651 from stweil/master | Morris Jobke | 2016-07-29 | 33 | -34/+34 |
|\ \ \ \ \ | |||||
| * | | | | | Fix misspelling of database "READ COMMITTED" | Stefan Weil | 2016-07-29 | 33 | -34/+34 |
* | | | | | | Merge pull request #648 from nextcloud/add-quotaplugin-v2-master | Björn Schießle | 2016-07-29 | 3 | -2/+44 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Adding quota plugin to new dav endpoint (#25615) | Thomas Müller | 2016-07-29 | 3 | -2/+44 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #630 from nextcloud/enoch85-patch-1 | Roeland Jago Douma | 2016-07-29 | 5 | -23/+22 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Add some integration test fixes | Morris Jobke | 2016-07-29 | 4 | -22/+21 |
| * | | | | ownCloud --> Nextcloud | enoch85 | 2016-07-28 | 2 | -12/+12 |
| * | | | | ownCloud -> Nextcloud | Daniel Hansson | 2016-07-28 | 1 | -1/+1 |