summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-18384-536/+20
|
* Merge pull request #12900 from owncloud/more-accessibilityThomas Müller2014-12-185-4/+14
|\ | | | | More accessibility fixes for Files
| * use method to only visually hide elements, show only for screen readerJan-Christoph Borchardt2014-12-174-4/+4
| |
| * add text to Settings buttonJan-Christoph Borchardt2014-12-171-1/+3
| |
| * add alt text to 'Cancel upload' buttonJan-Christoph Borchardt2014-12-171-1/+2
| |
| * fix Delete action text being translatableJan-Christoph Borchardt2014-12-171-1/+2
| |
| * add text to Delete actionJan-Christoph Borchardt2014-12-171-1/+2
| |
| * properly name form labels for the file selectionJan-Christoph Borchardt2014-12-172-1/+4
| |
| * fix alt text for breadcrumbs home iconJan-Christoph Borchardt2014-12-171-0/+2
| |
* | Merge pull request #12924 from owncloud/improve-emptystatesThomas Müller2014-12-186-13/+26
|\ \ | | | | | | Improve empty states
| * | add empty state for external storagesJan-Christoph Borchardt2014-12-171-1/+5
| | |
| * | wording fix for Files app empty stateJan-Christoph Borchardt2014-12-171-1/+1
| | |
| * | apply empty state for 'Deleted files'Jan-Christoph Borchardt2014-12-171-1/+5
| | |
| * | improve empty state of 'All files'Jan-Christoph Borchardt2014-12-171-1/+5
| | |
| * | improve empty states for sharing and shared links as wellJan-Christoph Borchardt2014-12-171-3/+7
| | |
| * | use empty state for 'Shared with you' as wellJan-Christoph Borchardt2014-12-171-1/+3
| | |
| * | even better empty state for Favorites, and general Empty State styleJan-Christoph Borchardt2014-12-172-7/+2
| | |
* | | Setup a docker container that holds a webdav instance to test files_externalMorris Jobke2014-12-1711-6/+129
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | document docker parameter and use random host port fix typo copy autotest.sh to autotest-external.sh adds ability to add start* and stop* scripts in env in external tests run files_external WebDAV tests against ownCloud instance introduce executor number to be able to shut down the correct docker container fetch docker images in advance - this also fetches latest versions of the docker images add second argument to autotest-external.sh which can specify a single test to run print out the explicit test run change naming schema of files_external setup scripts
* | | Merge pull request #12793 from owncloud/mountconfig-store-idRobin McCorkell2014-12-171-103/+162
|\ \ \ | | | | | | | | Add the storage id to the mount config
| * | | Add the storage id to the mount configRobin Appelman2014-12-171-103/+162
| |/ /
* | | Merge pull request #12902 from owncloud/fix-filelist-thumbnailsMorris Jobke2014-12-173-13/+59
|\ \ \ | |/ / |/| | Propertly restore thumbnail on cancel/rename/move
| * | Propertly restore thumbnail on cancel/rename/moveVincent Petry2014-12-173-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-polishJan-Christoph Borchardt2014-12-174-3/+12
|\ \ | |/ |/| polish the Favorites design
| * fix favorite star flickering on empty state pageJan-Christoph Borchardt2014-12-171-1/+3
| |
| * fix file list summary left alignmentJan-Christoph Borchardt2014-12-171-1/+1
| |
| * fix empty state for FavoritesJan-Christoph Borchardt2014-12-172-1/+8
| |
| * put Favorites second in list, after 'All files'Jan-Christoph Borchardt2014-12-171-1/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-12-17126-26/+386
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-1612-0/+26
|
* Merge pull request #12360 from owncloud/files-tagsLukas Reschke2014-12-1517-8/+1182
|\ | | | | Add favorites to files app
| * Fixed small code style issuesVincent Petry2014-12-155-12/+16
| |
| * Remove spinner when toggling file favoriteVincent Petry2014-12-151-9/+14
| |
| * Fixed has-favorites CSSVincent Petry2014-12-153-2/+5
| |
| * shift actions to the left a bit to account for right shift due to favorites ↵Jan-Christoph Borchardt2014-12-151-0/+1
| | | | | | | | action, not not overlap with size info
| * add CSS to shift header to account for when favorites are presentJan-Christoph Borchardt2014-12-151-0/+8
| |
| * Use star icon for favoritesVincent Petry2014-12-152-10/+44
| |
| * Correctly replace favorites icon when re-rendering file actionsVincent Petry2014-12-151-1/+1
| |
| * Added favorites feature to the files appVincent Petry2014-12-1517-8/+1127
| |
* | Merge pull request #12555 from owncloud/app_specific_searchJörn Friedrich Dreyer2014-12-151-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 Dreyer2014-12-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | up in files app only use more flexible return type check array with !empty instead of count
* | | Merge pull request #11991 from owncloud/bower-jquery-uiMorris Jobke2014-12-151-1/+0
|\ \ \ | |_|/ |/| | bower jquery-ui - exported changes to a separate css file
| * | bower jquery-ui - exported changes to a separate css fileMorris Jobke2014-12-131-1/+0
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-12-1524-4/+28
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-12-14142-128/+174
| | |
* | | Merge pull request #12639 from owncloud/bad_mtime_formatMorris Jobke2014-12-132-3/+29
|\ \ \ | |/ / |/| | Fix formatting of bad dates from external storages
| * | Return ? if mtime is 0 or -1Robin McCorkell2014-12-122-3/+29
| | | | | | | | | | | | Tooltip contains 'Unable to determine date'. Fixes #6395
* | | Merge pull request #12795 from owncloud/files-layoutchangesMorris Jobke2014-12-135-45/+66
|\ \ \ | | | | | | | | Move file thumbnail element into the label tag
| * | | Replace input checkbox CSS selector with .electCheckBoxVincent Petry2014-12-112-22/+18
| | | |
| * | | Move file thumbnail into the label elementVincent Petry2014-12-115-24/+49
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-12-1324-68/+2
| | | |