Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #14615 from kampka/cron-command | Lukas Reschke | 2015-03-02 | 6 | -0/+237 |
|\ | |||||
| * | Allow configuring background job mode from the console | Christian Kampka | 2015-03-02 | 6 | -0/+237 |
* | | Adding dependency labels | Thomas Müller | 2015-03-02 | 1 | -0/+6 |
* | | Merge pull request #14633 from owncloud/issue/14627-maintenance-mode-message-... | Thomas Müller | 2015-03-02 | 1 | -1/+1 |
|\ \ | |||||
| * | | Maintenance mode message might be misleading | Joas Schilling | 2015-03-02 | 1 | -1/+1 |
* | | | Merge pull request #14573 from owncloud/enc-migrate-disable-updater | Vincent Petry | 2015-03-02 | 4 | -14/+70 |
|\ \ \ | |||||
| * | | | Move keys instead of copy during encryption key migration | Vincent Petry | 2015-02-27 | 1 | -2/+2 |
| * | | | add some tests for disabled updater | Robin Appelman | 2015-02-27 | 1 | -0/+30 |
| * | | | Disable the cache updater when doing the encryption migration | Robin Appelman | 2015-02-27 | 1 | -9/+15 |
| * | | | Allow disabling the cache updater | Robin Appelman | 2015-02-27 | 2 | -3/+23 |
* | | | | Merge pull request #14635 from owncloud/cleanup-config.sample.php | Lukas Reschke | 2015-03-02 | 1 | -19/+20 |
|\ \ \ \ | |||||
| * | | | | fix link for Preview documentation | Morris Jobke | 2015-03-02 | 1 | -2/+2 |
| * | | | | fix line breaks in config.sample.php | Morris Jobke | 2015-03-02 | 1 | -17/+18 |
|/ / / / | |||||
* | | | | Merge pull request #14608 from kampka/master | Thomas Müller | 2015-03-02 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | Don't swallow errors in console.php | Christian Kampka | 2015-02-28 | 1 | -0/+1 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #14535 from owncloud/fix-files-external | Thomas Müller | 2015-03-02 | 2 | -2/+12 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | fix files external test run and add common-tests option | Morris Jobke | 2015-02-26 | 2 | -2/+12 |
* | | | | Merge pull request #14593 from owncloud/fix/13994 | Morris Jobke | 2015-03-02 | 3 | -1/+39 |
|\ \ \ \ | |||||
| * | | | | Simplify code | Lukas Reschke | 2015-03-01 | 1 | -4/+4 |
| * | | | | Add detection for invalid CLI configuration for settings page | Lukas Reschke | 2015-02-27 | 3 | -1/+39 |
* | | | | | Merge pull request #14570 from rullzer/ocs_sane_permissions | Morris Jobke | 2015-03-02 | 2 | -1/+79 |
|\ \ \ \ \ | |||||
| * | | | | | Shares should have a least read permission | Roeland Jago Douma | 2015-03-01 | 2 | -1/+79 |
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-02 | 84 | -158/+232 |
* | | | | | | Merge pull request #14614 from jakobsack/master | Morris Jobke | 2015-03-01 | 2 | -5/+12 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Improve language on backgroundjob admin page | Jakob Sack | 2015-03-01 | 1 | -2/+2 |
| * | | | | | | Rename $human_time to $relative_time in cron settings | Jakob Sack | 2015-02-28 | 1 | -3/+3 |
| * | | | | | | Add absolute time of last cronjob as hover tip | Jakob Sack | 2015-02-28 | 2 | -4/+11 |
| * | | | | | | Use relative time for cron status | Jakob Sack | 2015-02-28 | 1 | -3/+3 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge pull request #14605 from owncloud/checkserver-disable-hhvm | Morris Jobke | 2015-03-01 | 2 | -28/+38 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | Disable bootstrap.php checks when HHVM is used | Lukas Reschke | 2015-02-28 | 1 | -3/+5 |
| * | | | | | Disable some server checks when running on HHVM | Lukas Reschke | 2015-02-28 | 1 | -25/+33 |
| |/ / / / | |||||
* / / / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-01 | 38 | -8/+426 |
|/ / / / | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-28 | 42 | -16/+184 |
* | | | | Fix version rev | Lukas Reschke | 2015-02-28 | 1 | -1/+1 |
* | | | | This is 8.0.1 now | Frank Karlitschek | 2015-02-28 | 1 | -1/+1 |
* | | | | This is not 8.1 pre alpha | Frank Karlitschek | 2015-02-28 | 1 | -2/+2 |
|/ / / | |||||
* | | | Merge pull request #14585 from owncloud/fix-avatars-for-users-with-at | Lukas Reschke | 2015-02-27 | 2 | -3/+3 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Use custom attribute instead of the div identifier | Lukas Reschke | 2015-02-27 | 2 | -3/+3 |
* | | | Merge pull request #14575 from owncloud/cache-rename-overwrite | Morris Jobke | 2015-02-27 | 2 | -1/+17 |
|\ \ \ | |||||
| * | | | Fix cache update when doing a rename that overwrites the target | Robin Appelman | 2015-02-27 | 2 | -1/+17 |
| |/ / | |||||
* | | | Merge pull request #13616 from owncloud/streamresponse | Bernhard Posselt | 2015-02-27 | 9 | -30/+369 |
|\ \ \ | |||||
| * | | | AppFramework StreamResponse | Bernhard Posselt | 2015-02-27 | 9 | -30/+369 |
* | | | | Merge pull request #14566 from owncloud/fix-avatars-in-master | Morris Jobke | 2015-02-27 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Fix avatars in master | Lukas Reschke | 2015-02-27 | 1 | -1/+1 |
* | | | | | Merge pull request #14567 from owncloud/node-check-fileinfo-interface | Joas Schilling | 2015-02-27 | 2 | -0/+41 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | Add "throws" lines to calling methods and interface aswell | Joas Schilling | 2015-02-27 | 2 | -0/+41 |
* | | | | | Merge pull request #14565 from owncloud/more-https | Thomas Müller | 2015-02-27 | 2 | -5/+5 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Add more HTTPS endpoints | Lukas Reschke | 2015-02-27 | 2 | -5/+5 |
| |/ / / | |||||
* | | | | Merge pull request #14437 from owncloud/node-check-fileinfo | Thomas Müller | 2015-02-27 | 2 | -2/+31 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Add unit test | Robin Appelman | 2015-02-26 | 1 | -0/+15 |