Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | 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 | |
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | 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 | |
| * | | | | | | | | | | OC_Defaults is only used in error reporting | Bart Visscher | 2013-10-04 | 1 | -1/+1 | |
| * | | | | | | | | | | Add L10N interface to server container | Bart Visscher | 2013-10-04 | 5 | -13/+125 | |
* | | | | | | | | | | | Merge pull request #5131 from owncloud/fix-5130 | VicDeo | 2013-10-05 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Allow "Finishing..." button on setup page to be translated. | ringmaster | 2013-10-04 | 2 | -2/+2 | |
* | | | | | | | | | | | | Merge pull request #5140 from owncloud/settings-beautify | Frank Karlitschek | 2013-10-05 | 6 | -28/+34 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | more elegant style for Personal and Admin settings | Jan-Christoph Borchardt | 2013-10-05 | 6 | -28/+34 | |
* | | | | | | | | | | | | | Merge pull request #5125 from owncloud/fixing-5122-master | Frank Karlitschek | 2013-10-05 | 2 | -9/+19 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | upload abortion detection only for PUT | Thomas Müller | 2013-10-04 | 2 | -9/+19 | |
* | | | | | | | | | | | | | | Merge pull request #5123 from owncloud/cache_mimetypes | Frank Karlitschek | 2013-10-05 | 1 | -21/+26 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Check result only once | Victor Dubiniuk | 2013-10-04 | 1 | -3/+5 | |
| * | | | | | | | | | | | | | Make mimetypes static. Jenkis will be happy | Victor Dubiniuk | 2013-10-04 | 1 | -11/+11 | |
| * | | | | | | | | | | | | | Load all mimetypes in one go | Victor Dubiniuk | 2013-10-04 | 1 | -17/+20 | |
| | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge pull request #5136 from owncloud/design-fixes | Morris Jobke | 2013-10-04 | 9 | -5/+40 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | add useful icon from News app to core | Jan-Christoph Borchardt | 2013-10-04 | 6 | -0/+32 | |
| * | | | | | | | | | | | | | increase font size of file actions for better readability | Jan-Christoph Borchardt | 2013-10-04 | 1 | -3/+1 | |
| * | | | | | | | | | | | | | prevent hover effect when settings are open | Jan-Christoph Borchardt | 2013-10-04 | 1 | -1/+6 | |
| * | | | | | | | | | | | | | fix disabled buttons not showing icons | Jan-Christoph Borchardt | 2013-10-04 | 1 | -1/+1 | |
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge pull request #5102 from owncloud/input-simplify | Morris Jobke | 2013-10-04 | 5 | -70/+75 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | remove specific border-radius for .primary button as it should be specific to... | Jan-Christoph Borchardt | 2013-10-04 | 1 | -1/+3 | |
| * | | | | | | | | | | | | fix multiselect bar opacity, webroot | Jan-Christoph Borchardt | 2013-10-04 | 2 | -4/+4 |