Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use minimum-scale=1.0 | Thomas Müller | 2014-03-25 | 1 | -1/+1 |
| | |||||
* | mobile: document min-width value | Jan-Christoph Borchardt | 2014-03-21 | 1 | -2/+2 |
| | |||||
* | mobile: adjust breakpoint in JS as well | Jan-Christoph Borchardt | 2014-03-21 | 1 | -1/+1 |
| | |||||
* | mobile: set a width for navigation popover to it's always 3 columns | Jan-Christoph Borchardt | 2014-03-21 | 1 | -2/+1 |
| | |||||
* | mobile: adjust break to 768, also fix min-widths | Jan-Christoph Borchardt | 2014-03-21 | 3 | -3/+3 |
| | |||||
* | do not show Deleted Files on mobile, not optimized yet and button too long | Jan-Christoph Borchardt | 2014-03-21 | 1 | -0/+5 |
| | |||||
* | mobile: remove shift for multiselect bar to account for missing navigation | Jan-Christoph Borchardt | 2014-03-21 | 1 | -0/+5 |
| | |||||
* | mobile: adjust width of app title, fix overlap | Jan-Christoph Borchardt | 2014-03-21 | 1 | -2/+2 |
| | |||||
* | add top:45px to position:fixed controls, fixes alignment on android 4.0.4 ↵ | Jörn Friedrich Dreyer | 2014-03-21 | 1 | -0/+1 |
| | | | | browser | ||||
* | fixing javascript error where $(Files.breadcrumbs[1]).get(0) returns ↵ | Thomas Müller | 2014-03-18 | 1 | -5/+8 |
| | | | | undefined - happens on resize to a very small width | ||||
* | mobile: show caret indicator next to logo to make clear it is tappable | Jan-Christoph Borchardt | 2014-03-18 | 1 | -0/+8 |
| | |||||
* | Define _matchMedia wrapper earlier | Vincent Petry | 2014-03-18 | 1 | -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 PhantomJS | Vincent Petry | 2014-03-18 | 2 | -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 mode | Vincent Petry | 2014-03-18 | 2 | -6/+154 |
| | |||||
* | mobile: change CSS order so rename and versions are hidden | Jan-Christoph Borchardt | 2014-03-18 | 1 | -6/+5 |
| | |||||
* | Only enable toggle for sidebar in mobile mode | Vincent Petry | 2014-03-17 | 1 | -1/+6 |
| | |||||
* | additional class is added to the file actions called e.g. 'action-share', ↵ | Thomas Müller | 2014-03-17 | 2 | -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 mobile | Jan-Christoph Borchardt | 2014-03-14 | 1 | -4/+4 |
| | |||||
* | mobile: menu togglable for mobile, use code by @PVince81 | Jan-Christoph Borchardt | 2014-03-14 | 2 | -0/+105 |
| | |||||
* | mobile: first mobile fixes for Files. We still need to hide Rename and Versions | Jan-Christoph Borchardt | 2014-03-14 | 2 | -0/+45 |
| | |||||
* | mobile: position share dropdown | Jan-Christoph Borchardt | 2014-03-14 | 1 | -0/+6 |
| | |||||
* | mobile: don't require a minimum width for controls bar | Jan-Christoph Borchardt | 2014-03-14 | 1 | -0/+5 |
| | |||||
* | Merge pull request #7564 from owncloud/issue/7559 | Vincent Petry | 2014-03-12 | 2 | -3/+26 |
|\ | | | | | Hide QMail when not selected and hide SendMail when not available on the server | ||||
| * | Use command -v to check for sendmail | Joas Schilling | 2014-03-12 | 1 | -1/+15 |
| | | | | | | | | Fix #7559 | ||||
| * | Hide QMail when not selected and hide sendmail when not available on the server | Joas Schilling | 2014-03-05 | 2 | -3/+12 |
| | | | | | | | | Fix #7559 | ||||
* | | Merge pull request #7669 from owncloud/versions_predelete | Vincent Petry | 2014-03-12 | 1 | -1/+4 |
|\ \ | | | | | | | add preDelete hook for files_versions app | ||||
| * | | add preDelete hook for files_versions app | Georg Ehrke | 2014-03-11 | 1 | -1/+4 |
| | | | |||||
* | | | Merge pull request #7668 from owncloud/trashbin_predelete | Vincent Petry | 2014-03-12 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | add preDelete hook for files_trashbin app | ||||
| * | | | add preDelete hook for files_trashbin app | Georg Ehrke | 2014-03-11 | 1 | -0/+1 |
| |/ / | |||||
* | | | Merge pull request #7695 from owncloud/fix-3rdparty-master | Thomas Müller | 2014-03-12 | 1 | -0/+0 |
|\ \ \ | | | | | | | | | Re-add submodule 3rdparty | ||||
| * | | | Re-add submodule 3rdparty | Thomas Müller | 2014-03-12 | 1 | -0/+0 |
|/ / / | |||||
* | | | Merge pull request #7683 from owncloud/proper-content-type-on-ocs-exceptions | Vincent Petry | 2014-03-12 | 2 | -3/+32 |
|\ \ \ | | | | | | | | | set content-type on ocs exceptions | ||||
| * | | | fixing method names | Thomas Müller | 2014-03-12 | 2 | -2/+1 |
| | | | | |||||
| * | | | set content-type on ocs exceptions | Thomas Müller | 2014-03-12 | 2 | -3/+33 |
| | | | | |||||
* | | | | Merge pull request #7682 from owncloud/sanitize-fallbackid-master | Lukas Reschke | 2014-03-12 | 1 | -1/+2 |
|\ \ \ \ | | | | | | | | | | | sanitize fallbackId | ||||
| * | | | | sanitize fallbackId | Thomas Müller | 2014-03-12 | 1 | -1/+2 |
| |/ / / | |||||
* / / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-03-12 | 755 | -3221/+4388 |
|/ / / | |||||
* | | | Merge pull request #7674 from owncloud/fix-spelling-master | Thomas Müller | 2014-03-11 | 2 | -2/+2 |
|\ \ \ | | | | | | | | | Authentification -> Authentication | ||||
| * | | | Authentification -> Authentication | Thomas Müller | 2014-03-11 | 2 | -2/+2 |
| | | | | |||||
* | | | | Merge pull request #7665 from owncloud/fix_ocs_share_api_paths | Björn Schießle | 2014-03-11 | 3 | -10/+208 |
|\ \ \ \ | |/ / / |/| | | | Fix ocs share api paths | ||||
| * | | | add 'received_from' info to the share, so that every share can have a ↵ | Bjoern Schiessle | 2014-03-11 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | different value | ||||
| * | | | fix path creation for re-shares, issue #7662 | Bjoern Schiessle | 2014-03-11 | 2 | -8/+204 |
| | | | | |||||
* | | | | Fix 3rdparty submodule after transifex sync broke it | Thomas Müller | 2014-03-11 | 1 | -0/+0 |
| |/ / |/| | | |||||
* | | | Merge pull request #7650 from owncloud/quota-totalspace | Vincent Petry | 2014-03-11 | 3 | -1/+130 |
|\ \ \ | | | | | | | | | Fixed total space display when data size exceeds quota | ||||
| * | | | Fixed total space display when data size exceeds quota | Vincent Petry | 2014-03-10 | 3 | -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_remove | Vincent Petry | 2014-03-11 | 1 | -0/+3 |
|\ \ \ \ | | | | | | | | | | | Add OC.localStorage.removeItem() | ||||
| * | | | | Fix copy/paste error | Thomas Tanghus | 2014-03-10 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Add function remove() to OC.localeStorage | Thomas Tanghus | 2014-03-10 | 1 | -0/+3 |
| | | | | | |||||
* | | | | | Merge pull request #7659 from owncloud/fix-7596 | Vincent Petry | 2014-03-11 | 3 | -16/+23 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix 7596 | ||||
| * | | | | | remove magic handling of recipient lists by exploding the string - this ↵ | Thomas Müller | 2014-03-10 | 1 | -4/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | functionality is nowhere used this way and nowhere documented - and broken because only $toaddress will be exploded not $toname |