Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix download spinner to work with CSS styles | Vincent Petry | 2016-03-04 | 3 | -10/+42 |
| | | | | | | A recent change replaced img elements with CSS icons for file actions. This fix adjusts the logic to work properly with CSS icons instead of images. | ||||
* | Merge pull request #22784 from owncloud/files-newmenu-removebrowsercomplete | Thomas Müller | 2016-03-03 | 1 | -1/+1 |
|\ | | | | | Remove browser autocomplete in new file menu | ||||
| * | Remove browser autocomplete in new file menu | Vincent Petry | 2016-03-02 | 1 | -1/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-03 | 2 | -0/+2 |
|/ | |||||
* | Increase all versions on master which is now 9.1 | Joas Schilling | 2016-03-02 | 1 | -2/+2 |
| | |||||
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 1 | -1/+0 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 9 | -3/+13 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-01 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-29 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-28 | 4 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-27 | 10 | -0/+10 |
| | |||||
* | Merge pull request #22671 from owncloud/issue-22670 | Thomas Müller | 2016-02-26 | 1 | -25/+25 |
|\ | | | | | Move the tag filter at the end for now | ||||
| * | Move the tag filter at the end for now | Joas Schilling | 2016-02-26 | 1 | -25/+25 |
| | | |||||
* | | Merge pull request #22461 from owncloud/fix_6773 | Thomas Müller | 2016-02-26 | 8 | -39/+121 |
|\ \ | |/ |/| | Allow theming of actions | ||||
| * | Fix favorite icon unit test for icon image | Vincent Petry | 2016-02-25 | 1 | -2/+4 |
| | | |||||
| * | Make more action icons themable + style fixes | Vincent Petry | 2016-02-25 | 3 | -16/+16 |
| | | | | | | | | | | Action icons now appear properly in public link page. More actions are now CSS icons. | ||||
| * | Close class | Roeland Jago Douma | 2016-02-25 | 1 | -1/+1 |
| | | |||||
| * | Make file actions use icon CSS classes | Roeland Jago Douma | 2016-02-25 | 5 | -24/+104 |
| | | | | | | | | This makes theming of file actions possible | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-26 | 16 | -2/+18 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-25 | 12 | -24/+302 |
| | |||||
* | Fix unit tests affected by side effects | Vincent Petry | 2016-02-22 | 1 | -1/+3 |
| | | | | | | | | The notification tests were not restoring the clock properly, but indirectly helped other tests pass. Since now we're restoring the clock properly, the other tests were fixed to still work. | ||||
* | Accumulate notifications instead of blinking | Vincent Petry | 2016-02-22 | 1 | -1/+5 |
| | | | | | This makes it possible to display multiple notifications. If the options.type is set to "error", it will also add a close button. | ||||
* | Merge pull request #21610 from owncloud/quota-sharedfile | Thomas Müller | 2016-02-18 | 2 | -9/+42 |
|\ | | | | | Fix quota check for single shared files | ||||
| * | Defer quota check in web UI when overwriting shared file | Vincent Petry | 2016-02-17 | 2 | -9/+42 |
| | | | | | | | | | | | | | | | | When receiving a shared file, the quota for that file counts in the owner's storage, not the current user's storage. To make it possible to overwrite the file even when the current user doesn't have enough space, the quota check is deferred for such files. | ||||
* | | Merge pull request #16783 from owncloud/handle-redirects-global | Thomas Müller | 2016-02-17 | 2 | -14/+0 |
|\ \ | |/ |/| | Adding global error handler for ajax calls which run into redirection… | ||||
| * | Add handler for global ajax errors | Vincent Petry | 2016-02-15 | 2 | -14/+0 |
| | | |||||
* | | Close file detail sidebar when selecting/unselecting files | Vincent Petry | 2016-02-15 | 2 | -9/+36 |
|/ | | | | | Interacting with the checkboxes, also "Select all" will automatically close the sidebar now. | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-15 | 2 | -0/+22 |
| | |||||
* | Chunk the queries to make sure they don't time out | Joas Schilling | 2016-02-10 | 2 | -16/+55 |
| | |||||
* | Adjust command description | Thomas Müller | 2016-02-09 | 1 | -1/+1 |
| | |||||
* | Set share owner and share initiator on upate as well | Thomas Müller | 2016-02-09 | 2 | -9/+2 |
| | |||||
* | Introduce console command to transfer ownerships of files - refs #19154 | Thomas Müller | 2016-02-09 | 2 | -2/+240 |
| | |||||
* | Merge pull request #22197 from owncloud/files-filterbysystemtags | Thomas Müller | 2016-02-09 | 3 | -6/+29 |
|\ | | | | | Add file list filter to filter by system tags | ||||
| * | Fix unit tests for system tag filter section | Vincent Petry | 2016-02-09 | 1 | -6/+19 |
| | | |||||
| * | Fix elementToFile to also return path when defined | Vincent Petry | 2016-02-08 | 2 | -0/+10 |
| | | | | | | | | | | Fixes issue when opening the share dialog for a file inside the favorite list, and the file is from a subfolder | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-09 | 2 | -0/+4 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-07 | 2 | -0/+4 |
| | |||||
* | Merge pull request #22139 from owncloud/comments-files-cleanup | Thomas Müller | 2016-02-06 | 5 | -24/+151 |
|\ | | | | | cleanup jobs for comments and comment read marks | ||||
| * | Move casting to IExpressionBuilder | Joas Schilling | 2016-02-05 | 1 | -2/+3 |
| | | |||||
| * | fix pgsql | Arthur Schiwon | 2016-02-05 | 1 | -2/+4 |
| | | |||||
| * | cleanup jobs for comments and comment read marks | Arthur Schiwon | 2016-02-05 | 5 | -24/+148 |
| | | |||||
* | | Merge pull request #20618 from owncloud/action-icon-size | Thomas Müller | 2016-02-06 | 1 | -2/+2 |
|\ \ | |/ |/| | Fix image sizing for action icons in Edge | ||||
| * | Fix image sizing for action icons in Edge | Robin Appelman | 2015-11-19 | 1 | -2/+2 |
| | | |||||
* | | Remove deprecated and unused standalone tag | Joas Schilling | 2016-02-03 | 1 | -1/+0 |
| | | |||||
* | | Merge pull request #22023 from owncloud/interruptable-commands | Thomas Müller | 2016-02-02 | 1 | -61/+13 |
|\ \ | | | | | | | Interruptable commands | ||||
| * | | Move signal handling to the base class to allow other commands to reuse this ↵ | Thomas Müller | 2016-02-01 | 1 | -61/+13 |
| | | | | | | | | | | | | feature | ||||
* | | | Merge pull request #22004 from Pookay/patch-1 | Thomas Müller | 2016-02-01 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Fix the result at the bottom on IE | ||||
| * | | Fix the result at the bottom on IE | Pookay | 2016-01-29 | 1 | -1/+1 |
| | | | | | | | | | view issue #21898 | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-30 | 2 | -0/+4 |
| | | | |||||
* | | | Merge pull request #21990 from owncloud/systemtags-cleanup-orphans | Thomas Müller | 2016-01-29 | 5 | -17/+268 |
|\ \ \ | | | | | | | | | Background cleanup job for system and user tag orphaned when file was deleted |