Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove "use" statement | Lukas Reschke | 2015-08-05 | 2 | -4/+6 |
| | | | | Ref https://bugs.php.net/bug.php?id=66773 | ||||
* | Use StringUtils::equals on CSRF token and add unit tests | Lukas Reschke | 2015-08-04 | 2 | -5/+99 |
| | |||||
* | Merge pull request #18024 from owncloud/phpseclib-2.0 | Thomas Müller | 2015-08-04 | 6 | -25/+28 |
|\ | | | | | Update phpseclib to 2.0 for increased PHP7 compatibility | ||||
| * | Rebase upon newest master | Lukas Reschke | 2015-08-04 | 1 | -0/+0 |
| | | |||||
| * | Update phpseclib to 2.0 | Andreas Fischer | 2015-08-03 | 6 | -25/+28 |
| | | |||||
* | | Merge pull request #18050 from owncloud/php7-catch-type-error | Morris Jobke | 2015-08-04 | 1 | -2/+2 |
|\ \ | | | | | | | [PHP 7] Change type hint to also accept Errors | ||||
| * | | [PHP 7] Change type hint to also accept Errors | Lukas Reschke | 2015-08-04 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | PHP 7 changed the exception types and thus our error handler needs to be able to catch this. Without this in some cases just a white page is shown instead of an error message. | ||||
* | | | Merge pull request #18052 from owncloud/fix-php7-SearchResultSorter-2 | Thomas Müller | 2015-08-04 | 1 | -7/+0 |
|\ \ \ | |/ / |/| | | [PHP7] Remove pointless unit test | ||||
| * | | Remove pointless unit test | Thomas Müller | 2015-08-04 | 1 | -7/+0 |
|/ / | |||||
* | | Merge pull request #18037 from owncloud/shared-propagate-check-recipient | Thomas Müller | 2015-08-03 | 2 | -7/+16 |
|\ \ | | | | | | | fix infinite loops with propagating etags on reshares | ||||
| * | | fix infinite loops with propagating etags on reshares | Robin Appelman | 2015-08-03 | 2 | -7/+16 |
|/ / | |||||
* | | Merge pull request #17820 from owncloud/dav-exception-log-class | Morris Jobke | 2015-08-03 | 1 | -0/+1 |
|\ \ | | | | | | | also log the class for dav exceptions | ||||
| * | | also log the class for dav exceptions | Robin Appelman | 2015-07-24 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #18009 from owncloud/enc_always_update_file_cache | Thomas Müller | 2015-08-03 | 2 | -8/+9 |
|\ \ \ | | | | | | | | | let the encryption storage wrapper always update the file cache | ||||
| * | | | always update file cache, the cache can handle partial data correctly if the ↵ | Bjoern Schiessle | 2015-07-31 | 2 | -8/+9 |
| | | | | | | | | | | | | | | | | file doesn't already exists in the file cache | ||||
* | | | | Merge pull request #17989 from owncloud/enc_only_update_file_cache_once | Björn Schießle | 2015-08-03 | 2 | -7/+22 |
|\ \ \ \ | | | | | | | | | | | only update database on the first run | ||||
| * | | | | only update database on the first run (first run = we have a version number ↵ | Bjoern Schiessle | 2015-07-31 | 2 | -7/+22 |
| | | | | | | | | | | | | | | | | | | | | from the old encryption app) | ||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-08-03 | 2 | -2/+2 |
| |_|_|/ |/| | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-08-02 | 6 | -0/+12 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-08-01 | 32 | -6/+74 |
| |/ / |/| | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-31 | 202 | -896/+390 |
| | | | |||||
* | | | Merge pull request #17805 from owncloud/avatar-handle-errors | Roeland Douma | 2015-07-31 | 4 | -6/+59 |
|\ \ \ | | | | | | | | | [avatar] add error handlers for avatar setup | ||||
| * | | | [avatar] add error handlers for avatar setup | Morris Jobke | 2015-07-30 | 4 | -6/+59 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add colon to translated string use placeholder in t() Adding a size limitation for avatar upload Unit test for file size Fix typo & display server side error message | ||||
* | | | | Merge pull request #17994 from owncloud/server-status | Robin McCorkell | 2015-07-30 | 2 | -13/+14 |
|\ \ \ \ | | | | | | | | | | | correct order and capitalization of 'Server status' admin settings entry | ||||
| * | | | | correct order and capitalization of 'Server status' admin settings entry, ↵ | Jan-Christoph Borchardt | 2015-07-30 | 2 | -13/+14 |
| | | | | | | | | | | | | | | | | | | | | fix #17395 | ||||
* | | | | | Merge pull request #17993 from owncloud/simplecontainertest-fix | Robin McCorkell | 2015-07-30 | 1 | -4/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix incorrect test naming in SimpleContainerTest | ||||
| * | | | | | Fix incorrect test naming | Robin McCorkell | 2015-07-30 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `tesOverrideService()` was incorrect and wasn't getting called by PHPUnit. Also, the unit test itself was wrong, but went unnoticed because of point 1. | ||||
* | | | | | | Merge pull request #17175 from owncloud/add-download-feedback | Morris Jobke | 2015-07-30 | 8 | -13/+147 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Add loading spinner to download icon | ||||
| * | | | | | move updateFileActionSpinner to OCA.Files.FileActions | Morris Jobke | 2015-07-22 | 3 | -24/+24 |
| | | | | | | |||||
| * | | | | | refactor this to proper separation of concerns | Morris Jobke | 2015-07-15 | 3 | -19/+39 |
| | | | | | | |||||
| * | | | | | refactoring into proper methods | Morris Jobke | 2015-07-07 | 4 | -58/+65 |
| | | | | | | |||||
| * | | | | | Fix unit tests and introduce better mocks of the HTML | Morris Jobke | 2015-07-07 | 2 | -7/+7 |
| | | | | | | |||||
| * | | | | | Add proper download started feedback | Morris Jobke | 2015-07-07 | 3 | -12/+59 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * this code adds a cookie when a special get parameter is set * the content of this get parameter is used as value for the cookie * the cookie expires after 20 seconds * the JS code checks every 500 milliseconds for the cookie -> if the cookie is set the request returned and the download is started | ||||
| * | | | | | Make download status fully visible | Morris Jobke | 2015-07-07 | 1 | -0/+8 |
| | | | | | | |||||
| * | | | | | Reduce timeout for download spinner to 2 seconds | Morris Jobke | 2015-07-07 | 2 | -2/+2 |
| | | | | | | |||||
| * | | | | | Add loading spinner to multi select download button | Morris Jobke | 2015-07-07 | 1 | -0/+20 |
| | | | | | | |||||
| * | | | | | Fix layout of disabled links in the file list | Morris Jobke | 2015-07-07 | 2 | -3/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | * also disable download button after click | ||||
| * | | | | | Add loading spinner to download icon | Morris Jobke | 2015-07-07 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | * vanishes after 7 seconds | ||||
* | | | | | | Merge pull request #17981 from owncloud/correct-regex | Thomas Müller | 2015-07-30 | 2 | -2/+6 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | Correct regular expressions | ||||
| * | | | | | Add more unit tests | Lukas Reschke | 2015-07-30 | 1 | -0/+2 |
| | | | | | | |||||
| * | | | | | Correct regular expressions | Lukas Reschke | 2015-07-30 | 2 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | Previously the regex was only matching on single characters. Meaning that file names such as ":+1:.txt" where possible while ":+1:" alone never was. This check apparently never worked as expected. | ||||
* | | | | | | Merge pull request #17963 from owncloud/remove-derecated-mysql-functions | Morris Jobke | 2015-07-30 | 9 | -155/+253 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | Moving mysql setup code over to Doctrine | ||||
| * | | | | | Check for PDO instead of removed function for PHP 7 compatibility | Lukas Reschke | 2015-07-30 | 2 | -12/+38 |
| | | | | | | |||||
| * | | | | | properly mock dependencies for setup tests | Morris Jobke | 2015-07-30 | 1 | -1/+7 |
| | | | | | | |||||
| * | | | | | - more injection | Thomas Müller | 2015-07-30 | 6 | -67/+119 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - less static calls - use params on sql queries - handle sql exception on database and user creation gracefully | ||||
| * | | | | | Moving mysql setup code over to Doctrine | Thomas Müller | 2015-07-29 | 5 | -95/+109 |
| | | | | | | |||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-30 | 112 | -172/+144 |
| | | | | | | |||||
* | | | | | | Merge pull request #17814 from owncloud/update-moment-js | Robin McCorkell | 2015-07-29 | 5 | -3493/+4078 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | update moment.js to 2.10.3 | ||||
| * | | | | | update moment.js to 2.10.3 | Morris Jobke | 2015-07-22 | 5 | -3493/+4078 |
| | | | | | | |||||
* | | | | | | Merge pull request #17966 from owncloud/remove-mssql | Thomas Müller | 2015-07-29 | 14 | -284/+11 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Remove remainings of mssql |