summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #9420 from owncloud/trashbin-hidesummarysizeMorris Jobke2014-07-031-0/+3
|\ | | | | Hide the size in the trashbin summary row
| * Hide the size in the trashbin summary rowVincent Petry2014-07-031-0/+3
| | | | | | | | | | This also fixes the extra spacing that appearing on the right of the table.
* | Merge pull request #9407 from owncloud/fix-share-logoMorris Jobke2014-07-031-1/+1
|\ \ | |/ |/| for shared links, use wide logo on desktop and icon on mobile
| * for shared links, use wide logo on desktop and icon on mobileJan-Christoph Borchardt2014-07-031-1/+1
| |
* | Merge pull request #9403 from owncloud/design-fix-fileslistbottomMorris Jobke2014-07-032-3/+7
|\ \ | | | | | | Fix bottom of files list, add proper space to have room for dropdowns
| * | reduce file list bottom whitespace a bitJan-Christoph Borchardt2014-07-031-1/+1
| | |
| * | fix left margin of file list summaryJan-Christoph Borchardt2014-07-032-1/+5
| | |
| * | add whitespace to bottom of Files list – more obvious it's the end, and ↵Jan-Christoph Borchardt2014-07-031-2/+2
| |/ | | | | | | space for share dropdown
* | Merge pull request #9394 from owncloud/design-fix-renameJan-Christoph Borchardt2014-07-031-4/+5
|\ \ | |/ |/| fix position of rename function, and text size
| * fix checkbox shifting when rename input appearsJan-Christoph Borchardt2014-07-031-0/+2
| |
| * fix position of rename function, and text sizeJan-Christoph Borchardt2014-07-031-4/+3
| |
* | Merge pull request #9391 from owncloud/design-mobile-shareJan-Christoph Borchardt2014-07-033-4/+11
|\ \ | | | | | | Fix mobile share view glitches
| * | use same logo for mobile as for when logged in, fix #9360Jan-Christoph Borchardt2014-07-021-2/+4
| | |
| * | hide text of download button, only show iconJan-Christoph Borchardt2014-07-022-1/+6
| | |
| * | shared view: remove whitespace glitch on rightJan-Christoph Borchardt2014-07-021-1/+1
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-07-0330-53/+18
| |/ |/|
* | Merge pull request #9389 from owncloud/fix-nametext-heightJan-Christoph Borchardt2014-07-031-0/+1
|\ \ | | | | | | fix nametext height, was higher than the row
| * | fix nametext height, was higher than the rowJan-Christoph Borchardt2014-07-021-0/+1
| |/
* | Merge pull request #9365 from owncloud/design-controls-polishJan-Christoph Borchardt2014-07-031-0/+3
|\ \ | | | | | | Design controls polish
| * | make sure table header is white instead of slightly greyJan-Christoph Borchardt2014-07-021-0/+3
| | |
* | | Merge pull request #9382 from owncloud/server2server-cssVolkan Gezer2014-07-032-2/+1
|\ \ \ | |_|/ |/| | fix lineheight of server2server share
| * | fix lineheight of server2server shareVolkan Gezer2014-07-022-2/+1
| | |
* | | Merge pull request #9329 from owncloud/sharing_check_targetVincent Petry2014-07-023-10/+2
|\ \ \ | | | | | | | | don't move a share mount point into a different mount point
| * | | don't move a share mount point into a different mount pointBjoern Schiessle2014-07-013-10/+2
| | | |
* | | | Merge pull request #9373 from owncloud/design-fix-modifiedVincent Petry2014-07-021-2/+7
|\ \ \ \ | |_|/ / |/| | | shade color for modified dates again, fix #9363
| * | | simplify formula and add commentMorris Jobke2014-07-021-2/+3
| | | |
| * | | shade color for modified dates again, fix #9363Jan-Christoph Borchardt2014-07-021-1/+5
| | |/ | |/|
* | | Merge pull request #9364 from owncloud/sharing_rename_mount_pointsVincent Petry2014-07-022-0/+59
|\ \ \ | | | | | | | | [sharing] rename mount point of children if parent was renamed
| * | | rename mount point of children if parent was renamedBjoern Schiessle2014-07-022-0/+59
| |/ /
* | | Merge pull request #9311 from owncloud/storage-not-availableVincent Petry2014-07-027-52/+148
|\ \ \ | | | | | | | | Handle storages not being available in webui and webdav
| * | | Remove invalid mounts from the active fsRobin Appelman2014-07-021-0/+1
| | | |
| * | | Fix unit testRobin Appelman2014-07-021-0/+1
| | | |
| * | | Fixed remote share password param detectionVincent Petry2014-07-011-1/+1
| | | |
| * | | More error catching in list.phpRobin Appelman2014-07-011-7/+22
| | | |
| * | | Remove external shares if the share is invalidRobin Appelman2014-07-012-1/+10
| | | |
| * | | Detect removed public sharesRobin Appelman2014-07-012-18/+77
| | | |
| * | | If loading a directory fails, navigate back to the previous directoryRobin Appelman2014-06-301-11/+12
| | | |
| * | | Handle StorageNotAvailableException in ajax/list.phpRobin Appelman2014-06-301-27/+37
| | | |
* | | | Merge pull request #9245 from owncloud/server2server-sharing-design-fixesMorris Jobke2014-07-023-16/+1
|\ \ \ \ | |_|/ / |/| | | drop unneeded code
| * | | drop unneeded codeMorris Jobke2014-06-273-16/+1
| | | |
* | | | Merge pull request #9341 from owncloud/sharing-fileactions-fixMorris Jobke2014-07-025-53/+106
|\ \ \ \ | | | | | | | | | | Fix fileActionsReady event after deferred file actions update
| * | | | Use fileActionsReady to re-render sharing iconsVincent Petry2014-07-015-54/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever file actions are modified, either by registering new actions or when appending a new page of entries, the sharing app is now notified so it can correctly refresh the sharing icon status. Additionally, the core's loadIcons() method is also used to load the existing shares and also refresh the sharing icons afterwards.
| * | | | Fix fileActionsReady event after deferred file actions updateVincent Petry2014-07-012-1/+11
| | | | |
* | | | | Merge pull request #9344 from owncloud/files-scrollissueMorris Jobke2014-07-021-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix files list scroll behavior
| * | | | | Fix files list scroll behaviorVincent Petry2014-07-011-1/+1
| |/ / / / | | | | | | | | | | | | | | | | | | | | View container height needs to be accurate and span over the whole scroll container for infinite scrolling to work properly.
* | | | | Merge pull request #9336 from owncloud/fix-version-dropdownMorris Jobke2014-07-021-1/+4
|\ \ \ \ \ | | | | | | | | | | | | increase width of version dropdown - fixes #9270
| * | | | | add ellipsizing to restore string if text is too longJan-Christoph Borchardt2014-07-011-0/+3
| | | | | |
| * | | | | increase width of version dropdown - fixes #9270Morris Jobke2014-07-011-1/+1
| |/ / / /
* / / / / [tx-robot] updated from transifexJenkins for ownCloud2014-07-0273-70/+35
|/ / / /
* | | | Merge pull request #9328 from owncloud/extstorage-annoyingwarningsVincent Petry2014-07-011-1/+1
|\ \ \ \ | | | | | | | | | | Fix warnings when personal is not set