Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | Merge branch 'master' into fixing-4011-master | Thomas Müller | 2013-09-30 | 5 | -14/+201 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | adding test testSimplePutFailsOnRename() | Thomas Müller | 2013-09-30 | 1 | -0/+14 | |
| | * | | | | | | | | remove commented code | Thomas Müller | 2013-09-30 | 1 | -56/+0 | |
| | * | | | | | | | | Merge branch 'master' into fixing-4011-master | Thomas Müller | 2013-09-30 | 97 | -573/+1100 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | remove unused setUp() | Thomas Müller | 2013-09-27 | 1 | -3/+0 | |
| | * | | | | | | | | | catching NotPermittedException and throw it to the dav client as 403 | Thomas Müller | 2013-09-26 | 1 | -5/+10 | |
| | * | | | | | | | | | adding basic unit test for failing file_put_content operation | Thomas Müller | 2013-09-24 | 1 | -0/+27 | |
| | * | | | | | | | | | creating non static getETagPropertyForPath() | Thomas Müller | 2013-09-24 | 3 | -16/+28 | |
| | * | | | | | | | | | unify duplicate code | Thomas Müller | 2013-09-24 | 2 | -59/+29 | |
| | * | | | | | | | | | adding error handling on file_put_contents within the web dav implementation | Thomas Müller | 2013-09-24 | 2 | -2/+12 | |
| * | | | | | | | | | | Merge pull request #5129 from owncloud/remove_deleted_shares_from_db | Björn Schießle | 2013-10-07 | 3 | -7/+36 | |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | catch exception if db query execution fails | Bjoern Schiessle | 2013-10-07 | 1 | -1/+5 | |
| | * | | | | | | | | | Merge branch 'master' into remove_deleted_shares_from_db | Bjoern Schiessle | 2013-10-07 | 84 | -553/+3175 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | clean up oc_share table from files which are no longer exists | Bjoern Schiessle | 2013-10-07 | 2 | -7/+17 | |
| | * | | | | | | | | | | add comments | Bjoern Schiessle | 2013-10-04 | 1 | -0/+5 | |
| | * | | | | | | | | | | remove deleted shares from the database table oc_share | Bjoern Schiessle | 2013-10-02 | 1 | -0/+10 | |
| * | | | | | | | | | | | Merge pull request #4662 from owncloud/fix-4129 | Frank Karlitschek | 2013-10-06 | 1 | -47/+78 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Update file to meet coding standarts | Lennart Rosam | 2013-10-07 | 1 | -47/+77 | |
| | * | | | | | | | | | | | Actually test the connection | Lennart Rosam | 2013-10-07 | 1 | -1/+1 | |
| | * | | | | | | | | | | | Fixes #4129 | Lennart Rosam | 2013-10-07 | 1 | -2/+3 | |
| | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #5148 from owncloud/cache-gc-legacy | Morris Jobke | 2013-10-06 | 1 | -0/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Fix loading legacy global filecache gc backgroundjobs | Robin Appelman | 2013-10-05 | 1 | -0/+4 | |
| * | | | | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-10-06 | 808 | -17775/+27358 | |
| * | | | | | | | | | | | | Merge pull request #5088 from owncloud/fix_trashbin_button | Morris Jobke | 2013-10-06 | 1 | -3/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | trash bin button needs to be an input field | Bjoern Schiessle | 2013-10-02 | 1 | -3/+1 | |
| | | |_|/ / / / / / / / / | | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | | removing log(), getTemplate(), getLocalFilePath(), getUrlContent(), getFileIn... | Thomas Müller | 2013-10-07 | 2 | -101/+0 | |
* | | | | | | | | | | | | | removing all link/url related calls from API class | Thomas Müller | 2013-10-07 | 2 | -108/+0 | |
* | | | | | | | | | | | | | remove getTrans() from API class | Thomas Müller | 2013-10-07 | 3 | -37/+2 | |
* | | | | | | | | | | | | | fixing all appframework unit tests | Thomas Müller | 2013-10-07 | 7 | -142/+89 | |
* | | | | | | | | | | | | | remove unused classes | Thomas Müller | 2013-10-07 | 1 | -2/+0 | |
* | | | | | | | | | | | | | fixing typo | Thomas Müller | 2013-10-07 | 1 | -1/+1 | |
* | | | | | | | | | | | | | fixing errors regarding wrong function calls / missing parameters | Thomas Müller | 2013-10-07 | 2 | -3/+2 | |
* | | | | | | | | | | | | | remove obsolete passesCSRFCheck() | Thomas Müller | 2013-10-07 | 1 | -10/+0 | |
* | | | | | | | | | | | | | fixing SecurityMiddleware to use OC6 API | Thomas Müller | 2013-10-07 | 7 | -37/+94 | |
* | | | | | | | | | | | | | moving file to the right location | Thomas Müller | 2013-10-07 | 3 | -10/+10 | |
* | | | | | | | | | | | | | PHPDoc added | Thomas Müller | 2013-10-07 | 1 | -2/+6 | |
* | | | | | | | | | | | | | move controller to OCP | Thomas Müller | 2013-10-06 | 1 | -8/+13 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #5144 from owncloud/public_middleware | Bernhard Posselt | 2013-10-06 | 6 | -96/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Remove misleading IMiddleware interface | Thomas Tanghus | 2013-10-05 | 3 | -91/+3 | |
| * | | | | | | | | | | | Make abstract Middleware class public | Thomas Tanghus | 2013-10-05 | 5 | -10/+10 | |
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #5154 from owncloud/fix-appimages | Morris Jobke | 2013-10-06 | 4 | -4/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Optimize images with optipng | kondou | 2013-10-06 | 3 | -0/+0 | |
| * | | | | | | | | | | | fix mobile and desktop app images looking different | Jan-Christoph Borchardt | 2013-10-05 | 4 | -4/+3 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #4982 from syncloud/master | Owen Winkler | 2013-10-05 | 2 | -4/+24 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Moving Advanced button out of datadirField fieldset | vsapronov | 2013-10-04 | 1 | -1/+6 | |
| * | | | | | | | | | | Fixed review issues | vsapronov | 2013-09-29 | 2 | -14/+14 | |
| * | | | | | | | | | | autoconfig.php could have only some of parameters; installation.php generates... | vsapronov | 2013-09-25 | 2 | -3/+18 | |
* | | | | | | | | | | | Merge pull request #5116 from owncloud/interfaces2 | Thomas Tanghus | 2013-10-05 | 14 | -91/+425 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | passesCSRFCheck added to OCP\IRequest | Bart Visscher | 2013-10-04 | 4 | -27/+57 | |
| * | | | | | | | | | | Add Helper and URLGenerator interfaces to server container | Bart Visscher | 2013-10-04 | 8 | -50/+242 |