summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* Fix download spinner to work with CSS stylesVincent Petry2016-03-043-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-removebrowsercompleteThomas Müller2016-03-031-1/+1
|\ | | | | Remove browser autocomplete in new file menu
| * Remove browser autocomplete in new file menuVincent Petry2016-03-021-1/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-03-032-0/+2
|/
* Increase all versions on master which is now 9.1Joas Schilling2016-03-021-2/+2
|
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-011-1/+0
|
* Update author informationLukas Reschke2016-03-019-3/+13
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-012-2/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-292-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-284-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-2710-0/+10
|
* Merge pull request #22671 from owncloud/issue-22670Thomas Müller2016-02-261-25/+25
|\ | | | | Move the tag filter at the end for now
| * Move the tag filter at the end for nowJoas Schilling2016-02-261-25/+25
| |
* | Merge pull request #22461 from owncloud/fix_6773Thomas Müller2016-02-268-39/+121
|\ \ | |/ |/| Allow theming of actions
| * Fix favorite icon unit test for icon imageVincent Petry2016-02-251-2/+4
| |
| * Make more action icons themable + style fixesVincent Petry2016-02-253-16/+16
| | | | | | | | | | Action icons now appear properly in public link page. More actions are now CSS icons.
| * Close classRoeland Jago Douma2016-02-251-1/+1
| |
| * Make file actions use icon CSS classesRoeland Jago Douma2016-02-255-24/+104
| | | | | | | | This makes theming of file actions possible
* | [tx-robot] updated from transifexJenkins for ownCloud2016-02-2616-2/+18
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-2512-24/+302
|
* Fix unit tests affected by side effectsVincent Petry2016-02-221-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 blinkingVincent Petry2016-02-221-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-sharedfileThomas Müller2016-02-182-9/+42
|\ | | | | Fix quota check for single shared files
| * Defer quota check in web UI when overwriting shared fileVincent Petry2016-02-172-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-globalThomas Müller2016-02-172-14/+0
|\ \ | |/ |/| Adding global error handler for ajax calls which run into redirection…
| * Add handler for global ajax errorsVincent Petry2016-02-152-14/+0
| |
* | Close file detail sidebar when selecting/unselecting filesVincent Petry2016-02-152-9/+36
|/ | | | | Interacting with the checkboxes, also "Select all" will automatically close the sidebar now.
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-152-0/+22
|
* Chunk the queries to make sure they don't time outJoas Schilling2016-02-102-16/+55
|
* Adjust command descriptionThomas Müller2016-02-091-1/+1
|
* Set share owner and share initiator on upate as wellThomas Müller2016-02-092-9/+2
|
* Introduce console command to transfer ownerships of files - refs #19154Thomas Müller2016-02-092-2/+240
|
* Merge pull request #22197 from owncloud/files-filterbysystemtagsThomas Müller2016-02-093-6/+29
|\ | | | | Add file list filter to filter by system tags
| * Fix unit tests for system tag filter sectionVincent Petry2016-02-091-6/+19
| |
| * Fix elementToFile to also return path when definedVincent Petry2016-02-082-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 transifexJenkins for ownCloud2016-02-092-0/+4
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-072-0/+4
|
* Merge pull request #22139 from owncloud/comments-files-cleanupThomas Müller2016-02-065-24/+151
|\ | | | | cleanup jobs for comments and comment read marks
| * Move casting to IExpressionBuilderJoas Schilling2016-02-051-2/+3
| |
| * fix pgsqlArthur Schiwon2016-02-051-2/+4
| |
| * cleanup jobs for comments and comment read marksArthur Schiwon2016-02-055-24/+148
| |
* | Merge pull request #20618 from owncloud/action-icon-sizeThomas Müller2016-02-061-2/+2
|\ \ | |/ |/| Fix image sizing for action icons in Edge
| * Fix image sizing for action icons in EdgeRobin Appelman2015-11-191-2/+2
| |
* | Remove deprecated and unused standalone tagJoas Schilling2016-02-031-1/+0
| |
* | Merge pull request #22023 from owncloud/interruptable-commandsThomas Müller2016-02-021-61/+13
|\ \ | | | | | | Interruptable commands
| * | Move signal handling to the base class to allow other commands to reuse this ↵Thomas Müller2016-02-011-61/+13
| | | | | | | | | | | | feature
* | | Merge pull request #22004 from Pookay/patch-1Thomas Müller2016-02-011-1/+1
|\ \ \ | |/ / |/| | Fix the result at the bottom on IE
| * | Fix the result at the bottom on IEPookay2016-01-291-1/+1
| | | | | | | | | view issue #21898
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-01-302-0/+4
| | |
* | | Merge pull request #21990 from owncloud/systemtags-cleanup-orphansThomas Müller2016-01-295-17/+268
|\ \ \ | | | | | | | | Background cleanup job for system and user tag orphaned when file was deleted