summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1884 from nextcloud/downstream-26292Lukas Reschke2016-10-252-34/+46
|\ | | | | Fix logClientIn for non-existing users (#26292)
| * Fix and cleanup SessionTestRoeland Jago Douma2016-10-251-43/+26
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Fix logClientIn for non-existing users (#26292)Vincent Petry2016-10-252-0/+29
| | | | | | | | | | | | | | The check for two factor enforcement would return true for non-existing users. This fix makes it return false in order to be able to perform the regular login which will then fail and return false. This prevents throwing PasswordLoginForbidden for non-existing users.
* | Merge pull request #1897 from nextcloud/fix-public-buttonMorris Jobke2016-10-251-3/+4
|\ \ | | | | | | fix button on public upload page for mobile
| * | fix button on public upload pageJan-Christoph Borchardt2016-10-241-3/+4
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | Merge pull request #1452 from nextcloud/appconfig-endpointJoas Schilling2016-10-2518-161/+775
|\ \ \ | | | | | | | | Appconfig endpoint
| * | | Fix missing semicolonJoas Schilling2016-10-241-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Add unit testsJoas Schilling2016-10-212-5/+386
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Switch to public APIJoas Schilling2016-10-215-20/+20
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Make AppConfig part of the public APIJoas Schilling2016-10-2113-141/+374
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #1283 from nextcloud/us_files-ui-webdav-uploadLukas Reschke2016-10-2520-873/+1572
|\ \ \ \ | | | | | | | | | | Use Webdav PUT for uploads
| * | | | Only enable files_drop plugin when we actuall do files_dropRoeland Jago Douma2016-10-242-4/+21
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Fix public files_drop pageRoeland Jago Douma2016-10-241-15/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Make files_drop workRoeland Jago Douma2016-10-243-10/+124
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Fix permision maskRoeland Jago Douma2016-10-242-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If we move a file from the temp part file to the original file we don't need update permissions. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | More fixes to file uploadVincent Petry2016-10-244-23/+72
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Fix js unit tests for webdav put upload changesVincent Petry2016-10-244-56/+54
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Add support for chunked uploadVincent Petry2016-10-242-45/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hacked around Blueimp's jquery.fileupload to make it work with our new chunking API. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Goodbye Iframe transport !Vincent Petry2016-10-243-353/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not needed any more in IE >= 11 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | JS utility function to compare pathsVincent Petry2016-10-242-0/+87
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Use Webdav PUT for uploads in the web browserVincent Petry2016-10-2416-802/+1516
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - uses PUT method with jquery.fileupload for regular and public file lists - for IE and browsers that don't support it, use POST with iframe transport - implemented Sabre plugin to handle iframe transport and redirect the embedded PUT request to the proper handler - added RFC5995 POST to file collection with "add-member" property to make it possible to auto-rename conflicting file names - remove obsolete ajax/upload.php and obsolete ajax routes Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #1898 from nextcloud/fix-php-version-checkRoeland Jago Douma2016-10-251-4/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | | Nextcloud runs only on PHP 5.6+
| * | | | Nextcloud runs only on PHP 5.6+Morris Jobke2016-10-251-4/+4
|/ / / / | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #1823 from nextcloud/filepicker-folder-fixRoeland Jago Douma2016-10-251-1/+4
|\ \ \ \ | | | | | | | | | | Fix picking a folder with the filepicker
| * | | | Fix picking a folder with the filepickerRobin Appelman2016-10-201-1/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #1860 from ryanwr/feature-sort-favoriteRoeland Jago Douma2016-10-253-7/+21
|\ \ \ \ \ | | | | | | | | | | | | Sort favorite files first
| * | | | | Sort favorite files first Issue #1802ryanwr2016-10-243-7/+21
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ryan Welch <ryantwr@gmail.com>
* | | | | | Merge pull request #1850 from nextcloud/filepicker-empty-folderRoeland Jago Douma2016-10-253-1/+20
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | show empty folder message in filepicker
| * | | | | show empty folder message in filepickerRobin Appelman2016-10-213-1/+20
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #1829 from nextcloud/downstream-26256Morris Jobke2016-10-244-4/+32
|\ \ \ \ \ | | | | | | | | | | | | Fix login page handling for disabled users
| * | | | | remove unneeded stepsMorris Jobke2016-10-211-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | | fix wrong method nameMorris Jobke2016-10-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | | Changed request to not add a prefix to the url (#26256)Sergio Bertolín2016-10-204-3/+33
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Changed request to not add a prefix to the url * Expecting forbidden instead of service unavailable * Handling login exceptions
* | | | | Merge pull request #1885 from nextcloud/downstream-26295Morris Jobke2016-10-243-37/+61
|\ \ \ \ \ | | | | | | | | | | | | App dependencies are now analysed on app enable as well - not only on…
| * | | | | App dependencies are now analysed on app enable as well - not only on app ↵Thomas Müller2016-10-243-37/+61
| | | | | | | | | | | | | | | | | | | | | | | | install.
* | | | | | Merge pull request #1886 from nextcloud/downstream-26385Roeland Jago Douma2016-10-243-30/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove checks about running on Windows
| * | | | | | Remove checks whether OC is running on Windows pt. 2RealRancor2016-10-243-30/+4
| |/ / / / /
* | | | | | Merge pull request #1881 from nextcloud/downstream-26354Roeland Jago Douma2016-10-241-1/+3
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | log error when setting timezone to UTC fails
| * | | | | Throw exception because the logger causes session issues anyway that early ↵Morris Jobke2016-10-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in the request cycle Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | | log error when setting timezone to UTC fails (#26354)Jörn Friedrich Dreyer2016-10-241-1/+3
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #1879 from nextcloud/fix-missing-importRoeland Jago Douma2016-10-241-0/+3
|\ \ \ \ \ | | | | | | | | | | | | Import the used classes
| * | | | | Import the used classesJoas Schilling2016-10-241-0/+3
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #1892 from nextcloud/refactor-readmeMorris Jobke2016-10-241-37/+25
|\ \ \ \ \ | | | | | | | | | | | | Refactor README
| * | | | | Refactor READMEMarius Blüm2016-10-241-37/+25
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Marius Blüm <marius@lineone.io>
* | | | | Merge pull request #1828 from nextcloud/avatar-picker-improvementsMorris Jobke2016-10-243-15/+57
|\ \ \ \ \ | |/ / / / |/| | | | Avatar picker improvements
| * | | | use smaller cropper on small screensRobin Appelman2016-10-241-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | center cropper verticallyRobin Appelman2016-10-241-9/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | set initial cropper to max sizeRobin Appelman2016-10-211-4/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | show spinner while loading/cropping avatarRobin Appelman2016-10-201-2/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | only show cropper dialog when the cropper is readyRobin Appelman2016-10-201-1/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>