Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | table files_trashsizes was still used in some locations -> removed | Thomas Müller | 2014-06-05 | 2 | -33/+2 |
* | Merge pull request #8862 from owncloud/share-overview-fixmimetype | icewind1991 | 2014-06-05 | 1 | -4/+2 |
|\ | |||||
| * | Fix mime type returning for "shared with others" files | Vincent Petry | 2014-06-04 | 1 | -4/+2 |
* | | Merge pull request #8878 from owncloud/update-checkmigrationforapps | Vincent Petry | 2014-06-05 | 8 | -38/+126 |
|\ \ | |||||
| * | | Do not load apps when upgrade is needed | Vincent Petry | 2014-06-04 | 1 | -1/+1 |
| * | | Removed simulate db update flag and split into separate methods | Vincent Petry | 2014-06-04 | 3 | -23/+47 |
| * | | Simulate apps database schema update on upgrade | Vincent Petry | 2014-06-04 | 7 | -38/+102 |
* | | | Merge pull request #8852 from owncloud/kill-permissions-master | Thomas Müller | 2014-06-05 | 23 | -640/+29 |
|\ \ \ | |||||
| * | | | - drop permissions table and related code | Thomas Müller | 2014-06-05 | 23 | -640/+29 |
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-05 | 817 | -12478/+17543 |
* | | | | Merge pull request #8882 from owncloud/remove-placeholdercall | Morris Jobke | 2014-06-05 | 1 | -2/+0 |
|\ \ \ \ | |||||
| * | | | | remove obsolete placeholder call, fix #8881 | Jan-Christoph Borchardt | 2014-06-04 | 1 | -2/+0 |
* | | | | | Merge pull request #8724 from owncloud/update-sabre-2.0 | Thomas Müller | 2014-06-04 | 34 | -212/+193 |
|\ \ \ \ \ | |||||
| * | | | | | use the right interface \Sabre\DAVACL\PrincipalBackend\BackendInterface | Thomas Müller | 2014-06-04 | 3 | -10/+1 |
| * | | | | | Upgrade SabreDAV to 1.8.10 | Thomas Müller | 2014-06-04 | 34 | -212/+202 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #8824 from owncloud/mail_template_editing_in_webui | Morris Jobke | 2014-06-04 | 10 | -0/+457 |
|\ \ \ \ \ | |||||
| * | | | | | fixes during test | Thomas Müller | 2014-06-04 | 4 | -59/+32 |
| * | | | | | convert mail template editor to app framework for a restful api | Jörn Friedrich Dreyer | 2014-06-03 | 13 | -141/+204 |
| * | | | | | minimal mail template editor for administrators, refs #7177 | Jörn Friedrich Dreyer | 2014-06-02 | 11 | -0/+421 |
* | | | | | | Merge pull request #8471 from owncloud/versioning_no_longer_track_the_size | Thomas Müller | 2014-06-04 | 7 | -118/+12 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix merge conflict | Thomas Müller | 2014-06-03 | 1 | -31/+0 |
| * | | | | | | use OC_DB::dropTable() | Thomas Müller | 2014-06-02 | 2 | -4/+2 |
| * | | | | | | return size '0' if the trashbin folder doesn't exists yet | Bjoern Schiessle | 2014-06-02 | 1 | -2/+2 |
| * | | | | | | let file cache handle the versions size | Bjoern Schiessle | 2014-06-02 | 5 | -87/+14 |
* | | | | | | | Merge pull request #8876 from owncloud/design-css-settings | Morris Jobke | 2014-06-04 | 1 | -4/+7 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | |||||
| * | | | | | | personal settings: unbold clients header and remove obsolete CSS | Jan-Christoph Borchardt | 2014-06-04 | 1 | -4/+7 |
* | | | | | | | Merge pull request #8791 from owncloud/share-overview-sharewithstatus | Morris Jobke | 2014-06-04 | 11 | -169/+901 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Do not update action icon recipients for file list | Vincent Petry | 2014-06-04 | 1 | -0/+5 |
| * | | | | | | | Use recipient display names when updating shares in the UI | Vincent Petry | 2014-06-04 | 4 | -52/+85 |
| * | | | | | | | Multiple fixes to sharing overview | Vincent Petry | 2014-06-03 | 4 | -41/+150 |
| * | | | | | | | Now using shareOwner for the share owner | Vincent Petry | 2014-06-02 | 3 | -6/+12 |
| * | | | | | | | More unit tests and fixes for share | Vincent Petry | 2014-06-02 | 4 | -140/+421 |
| * | | | | | | | change shared folder icon to use share icon instead of people | Jan-Christoph Borchardt | 2014-06-02 | 2 | -20/+24 |
| * | | | | | | | Added unit tests for share.js and share icon | Vincent Petry | 2014-06-02 | 5 | -35/+234 |
| * | | | | | | | Update share action text to display owner/recipients | Vincent Petry | 2014-06-02 | 4 | -131/+226 |
* | | | | | | | | Merge pull request #8875 from owncloud/app-css-relative | Jan-Christoph Borchardt | 2014-06-04 | 2 | -4/+1 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||||
| * | | | | | | | remove obsolete position rule from files app | Jan-Christoph Borchardt | 2014-06-04 | 1 | -4/+0 |
| * | | | | | | | explicit position:relative for app-content, fixes first run layout | Jan-Christoph Borchardt | 2014-06-04 | 1 | -0/+1 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #8822 from owncloud/cache-change-propagator | Vincent Petry | 2014-06-04 | 7 | -68/+320 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | |||||
| * | | | | | | Fix unit tests | Robin Appelman | 2014-06-04 | 2 | -12/+10 |
| * | | | | | | Fix size calculation during recursive scan | Robin Appelman | 2014-06-03 | 1 | -7/+3 |
| * | | | | | | Fix unit tests | Robin Appelman | 2014-06-03 | 2 | -13/+19 |
| * | | | | | | Fix recursive scanning | Robin Appelman | 2014-06-02 | 1 | -3/+5 |
| * | | | | | | propagate changes in the scanner | Robin Appelman | 2014-06-02 | 3 | -1/+77 |
| * | | | | | | Split of cache writes in the scanner to their own methods | Robin Appelman | 2014-06-02 | 1 | -39/+43 |
| * | | | | | | Add a change propagator class to handle propagating etag and mtime changes | Robin Appelman | 2014-06-02 | 2 | -0/+170 |
* | | | | | | | Merge pull request #8844 from owncloud/design-icons | Morris Jobke | 2014-06-04 | 4 | -12/+130 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | |||||
| * | | | | | | simplify logout and caret icons, remove shadow | Jan-Christoph Borchardt | 2014-06-03 | 4 | -12/+130 |
* | | | | | | | Merge pull request #8701 from owncloud/slide-up-toggle | Bernhard Posselt | 2014-06-04 | 2 | -0/+77 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | disable dynamic slide toggle by default and offer a way to enable it | Bernhard Posselt | 2014-05-26 | 1 | -3/+15 |