- Feb 09, 2015
-
-
Robin McCorkell authored
-
Robin McCorkell authored
A combination of using isset() instead of count() or strlen(), caching the chunkify function, and replacing is_numeric() with some comparisons
-
Robin Appelman authored
-
Jenkins for ownCloud authored
-
- Feb 08, 2015
-
-
Jenkins for ownCloud authored
-
- Feb 07, 2015
-
-
Jenkins for ownCloud authored
-
- Feb 06, 2015
-
-
Robin Appelman authored
-
Lukas Reschke authored
-
Jenkins for ownCloud authored
-
- Feb 05, 2015
-
-
Vincent Petry authored
This reverts commit 96a93192.
-
- Feb 04, 2015
-
-
Björn Schießle authored
-
Jenkins for ownCloud authored
-
- Feb 03, 2015
-
-
Robin Appelman authored
-
Morris Jobke authored
-
Jenkins for ownCloud authored
-
- Feb 02, 2015
-
-
Morris Jobke authored
-
Lukas Reschke authored
The URL was previously encoded twice which leads to getting redirected to a 404 page when the password has been entered incorrect at least once. Testplan: - [ ] Opening `http://localhost/core/index.php?redirect_url=%2Fcore%2Findex.php%2Fsettings%2Fadmin` redirects to the admin page when providing the correct credentials - [ ] Opening `http://localhost/core/index.php?redirect_url=%2Fcore%2Findex.php%2Fsettings%2Fadmin` redirects to the admin page when providing the invalid credentials and then providing valid ones. - [ ] Logging in as admin then going to the admin page and clearing the cookies and refreshing will show the login and when repeating the above test steps you're redirected correctly. Fixes https://github.com/owncloud/core/issues/9804
-
Thomas Müller authored
-
Thomas Müller authored
-
Jenkins for ownCloud authored
-
- Feb 01, 2015
-
-
Jenkins for ownCloud authored
-
- Jan 31, 2015
-
-
Jenkins for ownCloud authored
-
- Jan 30, 2015
-
-
Vincent Petry authored
Since the Storage interface isn't ready to work directly with exceptions like Forbidden and NotFound, the DAV storage has been adapted to still return false when expected.
-
Jenkins for ownCloud authored
-
- Jan 29, 2015
-
-
Robin Appelman authored
-
Robin Appelman authored
-
Björn Schießle authored
-
Björn Schießle authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Joas Schilling authored
-
- Jan 28, 2015
-
-
Robin Appelman authored
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/13657
-
Jenkins for ownCloud authored
-
- Jan 27, 2015
-
-
Vincent Petry authored
Can happen when trying to instantiate external storages that have incomplete config, where the constructor throws an exception (the exception is caught in createStorage())
-
Lukas Reschke authored
IAppManager lives in OCP\App and not in OCP. Fixes https://github.com/owncloud/core/issues/13710
-
Vincent Petry authored
-
Thomas Müller authored
-
Thomas Müller authored
disable the app code checker - some previous shipped apps cannot be installed from the appstore now :facepunch:
-
Jenkins for ownCloud authored
-