Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add always_populate_raw_post_data to .user.ini | Morris Jobke | 2015-01-22 | 1 | -0/+1 |
* | translate error messages | Morris Jobke | 2015-01-22 | 1 | -4/+4 |
* | Add check for `HTTP_RAW_POST_DATA` setting for >= 5.6 | Lukas Reschke | 2015-01-22 | 2 | -0/+16 |
* | Merge pull request #13509 from owncloud/share-deletechildrenwhenunsharefromgroup | Morris Jobke | 2015-01-22 | 3 | -9/+68 |
|\ | |||||
| * | Fix reshare permission change to not impair other deletion code | Vincent Petry | 2015-01-22 | 3 | -9/+68 |
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-22 | 136 | -236/+186 |
* | | Merge pull request #13517 from owncloud/keymanager-storage | Morris Jobke | 2015-01-22 | 1 | -12/+9 |
|\ \ | |||||
| * | | Bypass the view when storing encryption keys | Robin Appelman | 2015-01-20 | 1 | -12/+9 |
* | | | Merge pull request #13568 from owncloud/s2s_delete_shares_jenkins | Morris Jobke | 2015-01-22 | 4 | -0/+144 |
|\ \ \ | |||||
| * | | | delete all server-to-server shares if a user gets deleted | Bjoern Schiessle | 2015-01-21 | 4 | -0/+144 |
* | | | | Merge pull request #13581 from owncloud/make-naming-consistent | Morris Jobke | 2015-01-22 | 2 | -2/+10 |
|\ \ \ \ | |||||
| * | | | | Make naming of encryption app consistent | Lukas Reschke | 2015-01-21 | 2 | -2/+10 |
|/ / / / | |||||
* | | | | Merge pull request #13552 from owncloud/request-uri-double-slash | Thomas Müller | 2015-01-21 | 2 | -0/+3 |
|\ \ \ \ | |||||
| * | | | | Add unit test | Robin Appelman | 2015-01-21 | 1 | -0/+1 |
| * | | | | Remove duplicated slashes from the requested url | Robin Appelman | 2015-01-21 | 1 | -0/+2 |
* | | | | | Merge pull request #13519 from Sugaroverdose/fix_#13500 | Thomas Müller | 2015-01-21 | 1 | -1/+2 |
|\ \ \ \ \ | |||||
| * | | | | | do not clear fields until request return success | Sugaroverdose | 2015-01-20 | 1 | -1/+2 |
* | | | | | | Merge pull request #13559 from owncloud/increase-log-table-margin | Morris Jobke | 2015-01-21 | 1 | -1/+4 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| * | | | | | add margin to log table - fixes #13558 | Morris Jobke | 2015-01-21 | 1 | -1/+4 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #13432 from owncloud/animate_gifs_public_sharing | Thomas Müller | 2015-01-21 | 5 | -3/+30 |
|\ \ \ \ \ | |||||
| * | | | | | show animated gifs on public sharing page | Georg Ehrke | 2015-01-19 | 5 | -3/+30 |
* | | | | | | Merge pull request #13563 from owncloud/proper-title | Thomas Müller | 2015-01-21 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | use title instead of name | Morris Jobke | 2015-01-21 | 1 | -1/+1 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge pull request #13540 from owncloud/s2s-fixpasswordfromdialog | Thomas Müller | 2015-01-21 | 3 | -59/+204 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Add unit test for external share JS dialog | Vincent Petry | 2015-01-21 | 3 | -58/+202 |
| * | | | | | | External share dialog must properly read entered password | Vincent Petry | 2015-01-21 | 1 | -1/+2 |
* | | | | | | | Merge pull request #13554 from owncloud/issue/13482 | Morris Jobke | 2015-01-21 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Set the debugoutput channel to error_log instead of echoing it | Joas Schilling | 2015-01-21 | 1 | -0/+1 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #13553 from owncloud/s2s-webdavmkdirfix | Thomas Müller | 2015-01-21 | 2 | -0/+117 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | Fixed external cache test namespace | Vincent Petry | 2015-01-21 | 1 | -1/+3 |
| * | | | | | | Fix webdav mkdir for remote shares | Vincent Petry | 2015-01-21 | 2 | -0/+115 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #13539 from owncloud/unit-tests-must-have | Bernhard Posselt | 2015-01-21 | 1 | -0/+4 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Unit tests are a must have for any changed code | Thomas Müller | 2015-01-21 | 1 | -0/+4 |
|/ / / / / | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-21 | 26 | -64/+130 |
* | | | | | Merge pull request #13520 from owncloud/fix-comparison-op | Lukas Reschke | 2015-01-20 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | this must be larger then (>), since buggy behaviour occurs when the parameter... | Arthur Schiwon | 2015-01-20 | 1 | -1/+1 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #13506 from owncloud/fix-scanner-s2s-trashbin | Morris Jobke | 2015-01-20 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | avoid $this->cache being null - fixes #13491 | Thomas Müller | 2015-01-20 | 1 | -1/+1 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #13499 from owncloud/issue/13451-redis-json-encode | Thomas Müller | 2015-01-20 | 2 | -4/+10 |
|\ \ \ \ | |||||
| * | | | | Json_(en|de)code values on redis to be able to cache arrays | Joas Schilling | 2015-01-20 | 1 | -4/+4 |
| * | | | | Add a test case for memcaches to store an array | Joas Schilling | 2015-01-20 | 1 | -0/+6 |
| |/ / / | |||||
* | | | | Merge pull request #13512 from owncloud/kill-ancient-code | Lukas Reschke | 2015-01-20 | 1 | -17/+0 |
|\ \ \ \ | |||||
| * | | | | kill ancient code | Morris Jobke | 2015-01-20 | 1 | -17/+0 |
* | | | | | Merge pull request #13494 from owncloud/windows_warning | Morris Jobke | 2015-01-20 | 2 | -5/+18 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | add a Windows warning | Frank Karlitschek | 2015-01-20 | 2 | -5/+18 |
* | | | | | Merge pull request #13497 from owncloud/fix-basic-auth-for-session | Lukas Reschke | 2015-01-20 | 2 | -3/+5 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Fix WebDAV auth for session authentication only | Lukas Reschke | 2015-01-20 | 2 | -3/+5 |
* | | | | | Merge pull request #13454 from owncloud/improve-empty-displayname | Joas Schilling | 2015-01-20 | 1 | -2/+2 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | also show message for empty display name if change of it isn't allowed | Morris Jobke | 2015-01-19 | 1 | -2/+2 |
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-20 | 36 | -26/+220 |
| |/ / / |/| | | |