Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-18 | 128 | -130/+10 |
| | |||||
* | Merge pull request #12900 from owncloud/more-accessibility | Thomas Müller | 2014-12-18 | 5 | -4/+14 |
|\ | | | | | More accessibility fixes for Files | ||||
| * | use method to only visually hide elements, show only for screen reader | Jan-Christoph Borchardt | 2014-12-17 | 4 | -4/+4 |
| | | |||||
| * | add text to Settings button | Jan-Christoph Borchardt | 2014-12-17 | 1 | -1/+3 |
| | | |||||
| * | add alt text to 'Cancel upload' button | Jan-Christoph Borchardt | 2014-12-17 | 1 | -1/+2 |
| | | |||||
| * | fix Delete action text being translatable | Jan-Christoph Borchardt | 2014-12-17 | 1 | -1/+2 |
| | | |||||
| * | add text to Delete action | Jan-Christoph Borchardt | 2014-12-17 | 1 | -1/+2 |
| | | |||||
| * | properly name form labels for the file selection | Jan-Christoph Borchardt | 2014-12-17 | 2 | -1/+4 |
| | | |||||
| * | fix alt text for breadcrumbs home icon | Jan-Christoph Borchardt | 2014-12-17 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #12924 from owncloud/improve-emptystates | Thomas Müller | 2014-12-18 | 3 | -8/+7 |
|\ \ | | | | | | | Improve empty states | ||||
| * | | wording fix for Files app empty state | Jan-Christoph Borchardt | 2014-12-17 | 1 | -1/+1 |
| | | | |||||
| * | | improve empty state of 'All files' | Jan-Christoph Borchardt | 2014-12-17 | 1 | -1/+5 |
| | | | |||||
| * | | even better empty state for Favorites, and general Empty State style | Jan-Christoph Borchardt | 2014-12-17 | 2 | -7/+2 |
| | | | |||||
* | | | Merge pull request #12902 from owncloud/fix-filelist-thumbnails | Morris Jobke | 2014-12-17 | 3 | -13/+59 |
|\ \ \ | |/ / |/| | | Propertly restore thumbnail on cancel/rename/move | ||||
| * | | Propertly restore thumbnail on cancel/rename/move | Vincent Petry | 2014-12-17 | 3 | -13/+59 |
| |/ | | | | | | | | | Since the thumbnail is now in a div, the code that tries to change the thumbnail have been adapted here as well. | ||||
* | | Merge pull request #12895 from owncloud/favorites-polish | Jan-Christoph Borchardt | 2014-12-17 | 4 | -3/+12 |
|\ \ | |/ |/| | polish the Favorites design | ||||
| * | fix favorite star flickering on empty state page | Jan-Christoph Borchardt | 2014-12-17 | 1 | -1/+3 |
| | | |||||
| * | fix file list summary left alignment | Jan-Christoph Borchardt | 2014-12-17 | 1 | -1/+1 |
| | | |||||
| * | fix empty state for Favorites | Jan-Christoph Borchardt | 2014-12-17 | 2 | -1/+8 |
| | | |||||
| * | put Favorites second in list, after 'All files' | Jan-Christoph Borchardt | 2014-12-17 | 1 | -1/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-17 | 106 | -4/+246 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-16 | 6 | -0/+6 |
| | |||||
* | Merge pull request #12360 from owncloud/files-tags | Lukas Reschke | 2014-12-15 | 17 | -8/+1182 |
|\ | | | | | Add favorites to files app | ||||
| * | Fixed small code style issues | Vincent Petry | 2014-12-15 | 5 | -12/+16 |
| | | |||||
| * | Remove spinner when toggling file favorite | Vincent Petry | 2014-12-15 | 1 | -9/+14 |
| | | |||||
| * | Fixed has-favorites CSS | Vincent Petry | 2014-12-15 | 3 | -2/+5 |
| | | |||||
| * | shift actions to the left a bit to account for right shift due to favorites ↵ | Jan-Christoph Borchardt | 2014-12-15 | 1 | -0/+1 |
| | | | | | | | | action, not not overlap with size info | ||||
| * | add CSS to shift header to account for when favorites are present | Jan-Christoph Borchardt | 2014-12-15 | 1 | -0/+8 |
| | | |||||
| * | Use star icon for favorites | Vincent Petry | 2014-12-15 | 2 | -10/+44 |
| | | |||||
| * | Correctly replace favorites icon when re-rendering file actions | Vincent Petry | 2014-12-15 | 1 | -1/+1 |
| | | |||||
| * | Added favorites feature to the files app | Vincent Petry | 2014-12-15 | 17 | -8/+1127 |
| | | |||||
* | | Merge pull request #12555 from owncloud/app_specific_search | Jörn Friedrich Dreyer | 2014-12-15 | 1 | -1/+1 |
|\ \ | |/ |/| | introduce inApps[] filter for search via ajax query | ||||
| * | introduce inApps[] filter for search via ajax query, make file results show ↵ | Jörn Friedrich Dreyer | 2014-12-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | up in files app only use more flexible return type check array with !empty instead of count | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-15 | 18 | -0/+18 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-14 | 128 | -128/+128 |
| | | |||||
* | | Merge pull request #12639 from owncloud/bad_mtime_format | Morris Jobke | 2014-12-13 | 2 | -3/+29 |
|\ \ | | | | | | | Fix formatting of bad dates from external storages | ||||
| * | | Return ? if mtime is 0 or -1 | Robin McCorkell | 2014-12-12 | 2 | -3/+29 |
| | | | | | | | | | | | | Tooltip contains 'Unable to determine date'. Fixes #6395 | ||||
* | | | Merge pull request #12795 from owncloud/files-layoutchanges | Morris Jobke | 2014-12-13 | 3 | -39/+59 |
|\ \ \ | | | | | | | | | Move file thumbnail element into the label tag | ||||
| * | | | Replace input checkbox CSS selector with .electCheckBox | Vincent Petry | 2014-12-11 | 2 | -22/+18 |
| | | | | |||||
| * | | | Move file thumbnail into the label element | Vincent Petry | 2014-12-11 | 3 | -18/+42 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-13 | 2 | -2/+2 |
| | | | | |||||
* | | | | Merge pull request #12527 from owncloud/js-pluginsystem | Robin Appelman | 2014-12-12 | 1 | -0/+6 |
|\ \ \ \ | | | | | | | | | | | Simple Plugin system for Javascript | ||||
| * | | | | Simple Plugin system for Javascript | Vincent Petry | 2014-12-01 | 1 | -0/+6 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #12698 from owncloud/handle_readonly_shared_files | Morris Jobke | 2014-12-12 | 4 | -8/+54 |
|\ \ \ \ | |_|/ / |/| | | | Handle readonly shared files | ||||
| * | | | show readonly message in file conflict dialog, make it always selected | Jörn Friedrich Dreyer | 2014-12-11 | 4 | -8/+54 |
| | |/ | |/| | |||||
* | | | Merge pull request #11892 from owncloud/remove_triggerupdate | Thomas Müller | 2014-12-10 | 2 | -34/+32 |
|\ \ \ | | | | | | | | | Remove triggerupdate.php & add quiet option for CLI scanner | ||||
| * | | | make path absolute | Jörn Friedrich Dreyer | 2014-12-10 | 1 | -7/+11 |
| | | | | |||||
| * | | | add quiet option, ref #8794 | Jörn Friedrich Dreyer | 2014-12-04 | 1 | -9/+18 |
| | | | | |||||
| * | | | remove triggerupdate, ref #11872 | Jörn Friedrich Dreyer | 2014-12-04 | 2 | -26/+11 |
| |/ / | |||||
* | | | Merge pull request #11214 from owncloud/issue/10836 | Morris Jobke | 2014-12-09 | 2 | -0/+2 |
|\ \ \ | | | | | | | | | Add an option to disallow sending sharing emails to non-owncloud users |