Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | even better empty state for Favorites, and general Empty State style | Jan-Christoph Borchardt | 2014-12-17 | 2 | -7/+2 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Setup a docker container that holds a webdav instance to test files_external | Morris Jobke | 2014-12-17 | 11 | -6/+129 | |
* | | | | | Merge pull request #12793 from owncloud/mountconfig-store-id | Robin McCorkell | 2014-12-17 | 1 | -103/+162 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add the storage id to the mount config | Robin Appelman | 2014-12-17 | 1 | -103/+162 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #12902 from owncloud/fix-filelist-thumbnails | Morris Jobke | 2014-12-17 | 3 | -13/+59 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Propertly restore thumbnail on cancel/rename/move | Vincent Petry | 2014-12-17 | 3 | -13/+59 | |
| |/ / / | ||||||
* | | | | Merge pull request #12895 from owncloud/favorites-polish | Jan-Christoph Borchardt | 2014-12-17 | 4 | -3/+12 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | 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 | 126 | -26/+386 | |
|/ / | ||||||
* / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-16 | 12 | -0/+26 | |
|/ | ||||||
* | Merge pull request #12360 from owncloud/files-tags | Lukas Reschke | 2014-12-15 | 17 | -8/+1182 | |
|\ | ||||||
| * | 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 a... | Jan-Christoph Borchardt | 2014-12-15 | 1 | -0/+1 | |
| * | 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, make file results show u... | Jörn Friedrich Dreyer | 2014-12-10 | 1 | -1/+1 | |
* | | | Merge pull request #11991 from owncloud/bower-jquery-ui | Morris Jobke | 2014-12-15 | 1 | -1/+0 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | bower jquery-ui - exported changes to a separate css file | Morris Jobke | 2014-12-13 | 1 | -1/+0 | |
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-15 | 24 | -4/+28 | |
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-14 | 142 | -128/+174 | |
* | | | Merge pull request #12639 from owncloud/bad_mtime_format | Morris Jobke | 2014-12-13 | 2 | -3/+29 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Return ? if mtime is 0 or -1 | Robin McCorkell | 2014-12-12 | 2 | -3/+29 | |
* | | | Merge pull request #12795 from owncloud/files-layoutchanges | Morris Jobke | 2014-12-13 | 5 | -45/+66 | |
|\ \ \ | ||||||
| * | | | 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 | 5 | -24/+49 | |
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-13 | 24 | -68/+2 | |
* | | | | Merge pull request #12778 from owncloud/searchbytags2 | Vincent Petry | 2014-12-12 | 2 | -0/+74 | |
|\ \ \ \ | ||||||
| * | | | | Make $userId mandatory for searchByTags | Vincent Petry | 2014-12-12 | 2 | -3/+4 | |
| * | | | | Added searchByTags to view, storage and cache | Vincent Petry | 2014-12-11 | 2 | -0/+73 | |
* | | | | | Merge pull request #12812 from owncloud/remove-53-workaround | Thomas Müller | 2014-12-12 | 1 | -6/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Remove conditional check for 5.3 compatibility | Lukas Reschke | 2014-12-12 | 1 | -6/+1 | |
* | | | | | | Merge pull request #12808 from owncloud/add-special-parameterlist-to-manager | Joas Schilling | 2014-12-12 | 1 | -3/+34 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Specify list of activity parameters for sharing extension | Joas Schilling | 2014-12-12 | 1 | -3/+34 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge pull request #12789 from owncloud/external-icon | Vincent Petry | 2014-12-12 | 1 | -210/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | fix and compress files_external icon | Jan-Christoph Borchardt | 2014-12-11 | 1 | -210/+2 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #12527 from owncloud/js-pluginsystem | Robin Appelman | 2014-12-12 | 9 | -66/+57 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Remove obsoleted filelist prototype backup in tests | Vincent Petry | 2014-12-04 | 3 | -24/+3 | |
| * | | | | | Simple Plugin system for Javascript | Vincent Petry | 2014-12-01 | 8 | -42/+54 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Check for share by link enabled | Gadzy | 2014-12-12 | 1 | -9/+12 | |
* | | | | | Merge pull request #12698 from owncloud/handle_readonly_shared_files | Morris Jobke | 2014-12-12 | 4 | -8/+54 | |
|\ \ \ \ \ | ||||||
| * | | | | | show readonly message in file conflict dialog, make it always selected | Jörn Friedrich Dreyer | 2014-12-11 | 4 | -8/+54 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-12 | 12 | -0/+44 | |
| |_|/ / |/| | | |