summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* use minimum-scale=1.0Thomas Müller2014-03-251-1/+1
|
* mobile: document min-width valueJan-Christoph Borchardt2014-03-211-2/+2
|
* mobile: adjust breakpoint in JS as wellJan-Christoph Borchardt2014-03-211-1/+1
|
* mobile: set a width for navigation popover to it's always 3 columnsJan-Christoph Borchardt2014-03-211-2/+1
|
* mobile: adjust break to 768, also fix min-widthsJan-Christoph Borchardt2014-03-213-3/+3
|
* do not show Deleted Files on mobile, not optimized yet and button too longJan-Christoph Borchardt2014-03-211-0/+5
|
* mobile: remove shift for multiselect bar to account for missing navigationJan-Christoph Borchardt2014-03-211-0/+5
|
* mobile: adjust width of app title, fix overlapJan-Christoph Borchardt2014-03-211-2/+2
|
* add top:45px to position:fixed controls, fixes alignment on android 4.0.4 ↵Jörn Friedrich Dreyer2014-03-211-0/+1
| | | | browser
* fixing javascript error where $(Files.breadcrumbs[1]).get(0) returns ↵Thomas Müller2014-03-181-5/+8
| | | | undefined - happens on resize to a very small width
* mobile: show caret indicator next to logo to make clear it is tappableJan-Christoph Borchardt2014-03-181-0/+8
|
* Define _matchMedia wrapper earlierVincent Petry2014-03-181-4/+13
| | | | | | | The unit test stub didn't work because the _matchMedia wrapper was defined too late. This fix defines it earlier.
* Fixed matchMedia usage to make unit tests work in PhantomJSVincent Petry2014-03-182-42/+52
| | | | | | PhantomJS has a bug that makes it impossible to properly stub window.matchMedia. This fix adds a wrapper as OC._matchMedia that is used for unit tests
* Add/remove main menu action when switching between desktop/mobile modeVincent Petry2014-03-182-6/+154
|
* mobile: change CSS order so rename and versions are hiddenJan-Christoph Borchardt2014-03-181-6/+5
|
* Only enable toggle for sidebar in mobile modeVincent Petry2014-03-171-1/+6
|
* additional class is added to the file actions called e.g. 'action-share', ↵Thomas Müller2014-03-172-12/+28
| | | | | | 'action-rename' in order to allow proper translations of the action's display name an additional parameter has been added to the register function
* add spans around replaced 'Shared' indicators to make text hide on mobileJan-Christoph Borchardt2014-03-141-4/+4
|
* mobile: menu togglable for mobile, use code by @PVince81Jan-Christoph Borchardt2014-03-142-0/+105
|
* mobile: first mobile fixes for Files. We still need to hide Rename and VersionsJan-Christoph Borchardt2014-03-142-0/+45
|
* mobile: position share dropdownJan-Christoph Borchardt2014-03-141-0/+6
|
* mobile: don't require a minimum width for controls barJan-Christoph Borchardt2014-03-141-0/+5
|
* Merge pull request #7564 from owncloud/issue/7559Vincent Petry2014-03-122-3/+26
|\ | | | | Hide QMail when not selected and hide SendMail when not available on the server
| * Use command -v to check for sendmailJoas Schilling2014-03-121-1/+15
| | | | | | | | Fix #7559
| * Hide QMail when not selected and hide sendmail when not available on the serverJoas Schilling2014-03-052-3/+12
| | | | | | | | Fix #7559
* | Merge pull request #7669 from owncloud/versions_predeleteVincent Petry2014-03-121-1/+4
|\ \ | | | | | | add preDelete hook for files_versions app
| * | add preDelete hook for files_versions appGeorg Ehrke2014-03-111-1/+4
| | |
* | | Merge pull request #7668 from owncloud/trashbin_predeleteVincent Petry2014-03-121-0/+1
|\ \ \ | | | | | | | | add preDelete hook for files_trashbin app
| * | | add preDelete hook for files_trashbin appGeorg Ehrke2014-03-111-0/+1
| |/ /
* | | Merge pull request #7695 from owncloud/fix-3rdparty-masterThomas Müller2014-03-121-0/+0
|\ \ \ | | | | | | | | Re-add submodule 3rdparty
| * | | Re-add submodule 3rdpartyThomas Müller2014-03-121-0/+0
|/ / /
* | | Merge pull request #7683 from owncloud/proper-content-type-on-ocs-exceptionsVincent Petry2014-03-122-3/+32
|\ \ \ | | | | | | | | set content-type on ocs exceptions
| * | | fixing method namesThomas Müller2014-03-122-2/+1
| | | |
| * | | set content-type on ocs exceptionsThomas Müller2014-03-122-3/+33
| | | |
* | | | Merge pull request #7682 from owncloud/sanitize-fallbackid-masterLukas Reschke2014-03-121-1/+2
|\ \ \ \ | | | | | | | | | | sanitize fallbackId
| * | | | sanitize fallbackIdThomas Müller2014-03-121-1/+2
| |/ / /
* / / / [tx-robot] updated from transifexJenkins for ownCloud2014-03-12755-3221/+4388
|/ / /
* | | Merge pull request #7674 from owncloud/fix-spelling-masterThomas Müller2014-03-112-2/+2
|\ \ \ | | | | | | | | Authentification -> Authentication
| * | | Authentification -> AuthenticationThomas Müller2014-03-112-2/+2
| | | |
* | | | Merge pull request #7665 from owncloud/fix_ocs_share_api_pathsBjörn Schießle2014-03-113-10/+208
|\ \ \ \ | |/ / / |/| | | Fix ocs share api paths
| * | | add 'received_from' info to the share, so that every share can have a ↵Bjoern Schiessle2014-03-111-2/+4
| | | | | | | | | | | | | | | | different value
| * | | fix path creation for re-shares, issue #7662Bjoern Schiessle2014-03-112-8/+204
| | | |
* | | | Fix 3rdparty submodule after transifex sync broke itThomas Müller2014-03-111-0/+0
| |/ / |/| |
* | | Merge pull request #7650 from owncloud/quota-totalspaceVincent Petry2014-03-113-1/+130
|\ \ \ | | | | | | | | Fixed total space display when data size exceeds quota
| * | | Fixed total space display when data size exceeds quotaVincent Petry2014-03-103-1/+130
| | | | | | | | | | | | | | | | | | | | The total space display in the personal page now shows the quota value instead of used space when used space exceeds the quota (soft quota).
* | | | Merge pull request #7652 from owncloud/localStorage_removeVincent Petry2014-03-111-0/+3
|\ \ \ \ | | | | | | | | | | Add OC.localStorage.removeItem()
| * | | | Fix copy/paste errorThomas Tanghus2014-03-101-1/+1
| | | | |
| * | | | Add function remove() to OC.localeStorageThomas Tanghus2014-03-101-0/+3
| | | | |
* | | | | Merge pull request #7659 from owncloud/fix-7596Vincent Petry2014-03-113-16/+23
|\ \ \ \ \ | | | | | | | | | | | | Fix 7596
| * | | | | remove magic handling of recipient lists by exploding the string - this ↵Thomas Müller2014-03-101-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | functionality is nowhere used this way and nowhere documented - and broken because only $toaddress will be exploded not $toname