Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1884 from nextcloud/downstream-26292 | Lukas Reschke | 2016-10-25 | 2 | -34/+46 |
|\ | |||||
| * | Fix and cleanup SessionTest | Roeland Jago Douma | 2016-10-25 | 1 | -43/+26 |
| * | Fix logClientIn for non-existing users (#26292) | Vincent Petry | 2016-10-25 | 2 | -0/+29 |
* | | Merge pull request #1897 from nextcloud/fix-public-button | Morris Jobke | 2016-10-25 | 1 | -3/+4 |
|\ \ | |||||
| * | | fix button on public upload page | Jan-Christoph Borchardt | 2016-10-24 | 1 | -3/+4 |
* | | | Merge pull request #1452 from nextcloud/appconfig-endpoint | Joas Schilling | 2016-10-25 | 18 | -161/+775 |
|\ \ \ | |||||
| * | | | Fix missing semicolon | Joas Schilling | 2016-10-24 | 1 | -1/+1 |
| * | | | Add unit tests | Joas Schilling | 2016-10-21 | 2 | -5/+386 |
| * | | | Switch to public API | Joas Schilling | 2016-10-21 | 5 | -20/+20 |
| * | | | Make AppConfig part of the public API | Joas Schilling | 2016-10-21 | 13 | -141/+374 |
* | | | | Merge pull request #1283 from nextcloud/us_files-ui-webdav-upload | Lukas Reschke | 2016-10-25 | 20 | -873/+1572 |
|\ \ \ \ | |||||
| * | | | | Only enable files_drop plugin when we actuall do files_drop | Roeland Jago Douma | 2016-10-24 | 2 | -4/+21 |
| * | | | | Fix public files_drop page | Roeland Jago Douma | 2016-10-24 | 1 | -15/+9 |
| * | | | | Make files_drop work | Roeland Jago Douma | 2016-10-24 | 3 | -10/+124 |
| * | | | | Fix permision mask | Roeland Jago Douma | 2016-10-24 | 2 | -0/+8 |
| * | | | | More fixes to file upload | Vincent Petry | 2016-10-24 | 4 | -23/+72 |
| * | | | | Fix js unit tests for webdav put upload changes | Vincent Petry | 2016-10-24 | 4 | -56/+54 |
| * | | | | Add support for chunked upload | Vincent Petry | 2016-10-24 | 2 | -45/+116 |
| * | | | | Goodbye Iframe transport ! | Vincent Petry | 2016-10-24 | 3 | -353/+0 |
| * | | | | JS utility function to compare paths | Vincent Petry | 2016-10-24 | 2 | -0/+87 |
| * | | | | Use Webdav PUT for uploads in the web browser | Vincent Petry | 2016-10-24 | 16 | -802/+1516 |
* | | | | | Merge pull request #1898 from nextcloud/fix-php-version-check | Roeland Jago Douma | 2016-10-25 | 1 | -4/+4 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | Nextcloud runs only on PHP 5.6+ | Morris Jobke | 2016-10-25 | 1 | -4/+4 |
|/ / / / | |||||
* | | | | Merge pull request #1823 from nextcloud/filepicker-folder-fix | Roeland Jago Douma | 2016-10-25 | 1 | -1/+4 |
|\ \ \ \ | |||||
| * | | | | Fix picking a folder with the filepicker | Robin Appelman | 2016-10-20 | 1 | -1/+4 |
* | | | | | Merge pull request #1860 from ryanwr/feature-sort-favorite | Roeland Jago Douma | 2016-10-25 | 3 | -7/+21 |
|\ \ \ \ \ | |||||
| * | | | | | Sort favorite files first Issue #1802 | ryanwr | 2016-10-24 | 3 | -7/+21 |
* | | | | | | Merge pull request #1850 from nextcloud/filepicker-empty-folder | Roeland Jago Douma | 2016-10-25 | 3 | -1/+20 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | show empty folder message in filepicker | Robin Appelman | 2016-10-21 | 3 | -1/+20 |
| |/ / / / | |||||
* | | | | | Merge pull request #1829 from nextcloud/downstream-26256 | Morris Jobke | 2016-10-24 | 4 | -4/+32 |
|\ \ \ \ \ | |||||
| * | | | | | remove unneeded steps | Morris Jobke | 2016-10-21 | 1 | -2/+0 |
| * | | | | | fix wrong method name | Morris Jobke | 2016-10-20 | 1 | -1/+1 |
| * | | | | | Changed request to not add a prefix to the url (#26256) | Sergio Bertolín | 2016-10-20 | 4 | -3/+33 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #1885 from nextcloud/downstream-26295 | Morris Jobke | 2016-10-24 | 3 | -37/+61 |
|\ \ \ \ \ | |||||
| * | | | | | App dependencies are now analysed on app enable as well - not only on app ins... | Thomas Müller | 2016-10-24 | 3 | -37/+61 |
* | | | | | | Merge pull request #1886 from nextcloud/downstream-26385 | Roeland Jago Douma | 2016-10-24 | 3 | -30/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Remove checks whether OC is running on Windows pt. 2 | RealRancor | 2016-10-24 | 3 | -30/+4 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #1881 from nextcloud/downstream-26354 | Roeland Jago Douma | 2016-10-24 | 1 | -1/+3 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | Throw exception because the logger causes session issues anyway that early in... | Morris Jobke | 2016-10-24 | 1 | -1/+1 |
| * | | | | | log error when setting timezone to UTC fails (#26354) | Jörn Friedrich Dreyer | 2016-10-24 | 1 | -1/+3 |
|/ / / / / | |||||
* | | | | | Merge pull request #1879 from nextcloud/fix-missing-import | Roeland Jago Douma | 2016-10-24 | 1 | -0/+3 |
|\ \ \ \ \ | |||||
| * | | | | | Import the used classes | Joas Schilling | 2016-10-24 | 1 | -0/+3 |
| |/ / / / | |||||
* | | | | | Merge pull request #1892 from nextcloud/refactor-readme | Morris Jobke | 2016-10-24 | 1 | -37/+25 |
|\ \ \ \ \ | |||||
| * | | | | | Refactor README | Marius Blüm | 2016-10-24 | 1 | -37/+25 |
|/ / / / / | |||||
* | | | | | Merge pull request #1828 from nextcloud/avatar-picker-improvements | Morris Jobke | 2016-10-24 | 3 | -15/+57 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | use smaller cropper on small screens | Robin Appelman | 2016-10-24 | 1 | -2/+2 |
| * | | | | center cropper vertically | Robin Appelman | 2016-10-24 | 1 | -9/+7 |
| * | | | | set initial cropper to max size | Robin Appelman | 2016-10-21 | 1 | -4/+6 |
| * | | | | show spinner while loading/cropping avatar | Robin Appelman | 2016-10-20 | 1 | -2/+10 |
| * | | | | only show cropper dialog when the cropper is ready | Robin Appelman | 2016-10-20 | 1 | -1/+2 |