summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add additional type checkGeorg Ehrke2014-06-061-1/+1
|
* Merge branch 'master' into update_shipped_apps_from_appstoreGeorg Ehrke2014-06-051588-76651/+58886
|\ | | | | | | | | | | Conflicts: lib/private/app.php settings/templates/apps.php
| * Merge pull request #8889 from owncloud/mtime-reuseThomas Müller2014-06-052-2/+3
| |\ | | | | | | Don't update the mtime if the storage mtime hasn't changed
| | * Fix uit testsRobin Appelman2014-06-051-2/+2
| | |
| | * Don't update the mtime if the storage mtime hasn't changedRobin Appelman2014-06-051-0/+1
| | |
| * | Merge pull request #8866 from owncloud/flock-quotafixVincent Petry2014-06-051-1/+1
| |\ \ | | | | | | | | Fixed quota wrapper to return the value from flock()
| | * | Fixed quota wrapper to return the value from flock()Vincent Petry2014-06-041-1/+1
| | | |
| * | | Merge pull request #8894 from owncloud/public-share-js-overwriteThomas Müller2014-06-051-1/+3
| |\ \ \ | | | | | | | | | | Dont overwrite OCA.Sharing
| | * | | Dont overwrite OCA.SharingRobin Appelman2014-06-051-1/+3
| | | | |
| * | | | Merge pull request #8890 from owncloud/cleanup-trashsizes-table-masterThomas Müller2014-06-052-33/+2
| |\ \ \ \ | | |/ / / | |/| | | table files_trashsizes was still used in some locations -> removed
| | * | | table files_trashsizes was still used in some locations -> removedThomas Müller2014-06-052-33/+2
| | | | |
| * | | | Merge pull request #8880 from owncloud/webdav-read-permissionsThomas Müller2014-06-051-0/+24
| |\ \ \ \ | | | | | | | | | | | | Use the permissions exposed by ownCloud for webdav external storages
| | * | | | Use the permissions exposed by ownCloud for webdav external storagesRobin Appelman2014-06-041-0/+24
| | | |_|/ | | |/| |
| * | | | Merge pull request #8883 from owncloud/files-slide-toggleJan-Christoph Borchardt2014-06-052-8/+2
| |\ \ \ \ | | | | | | | | | | | | use slide toggle for files app
| | * | | | use slide toggle for files appBernhard Posselt2014-06-052-8/+2
| | | | | |
| * | | | | Merge pull request #7878 from owncloud/quota-extstorageswitchicewind19912014-06-054-24/+180
| |\ \ \ \ \ | | |/ / / / | |/| | | | Added switch to count external storage data in quota
| | * | | | Added experimental switch to count external storage data in quotaVincent Petry2014-06-044-24/+180
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This includes all mountpoints except the Shared one in the used space calculation. Added unit tests for ext storage inclusion in quota calculation
| * | | | Merge pull request #8861 from owncloud/share-overview-linklistVincent Petry2014-06-054-2/+146
| |\ \ \ \ | | | | | | | | | | | | Added Shared with link sidebar section in files app
| | * | | | Fixed wording to "Shared by link"Vincent Petry2014-06-042-3/+3
| | | | | |
| | * | | | Added "Shared with link" sidebar section in files appVincent Petry2014-06-044-2/+146
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added section to only show link shares. Please note that the filtering is currently done on the client side which might not be the most efficient way of doing it.
| * | | | | Merge pull request #8884 from owncloud/move-flock-to-appJörn Friedrich Dreyer2014-06-054-564/+0
| |\ \ \ \ \ | | | | | | | | | | | | | | remove file locking - code will continue to live in it's own app
| | * | | | | remove file locking - code will continue to live in it's own appThomas Müller2014-06-044-564/+0
| | | | | | |
| * | | | | | Merge pull request #8620 from owncloud/design-navigation-twoThomas Müller2014-06-0513-418/+397
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | Toggle app navigation not only on mobile, but on desktop as well
| | * | | | | fix leading decimal Scrutinizer coding style issueJan-Christoph Borchardt2014-06-051-3/+3
| | | | | | |
| | * | | | | fix unit test templateMorris Jobke2014-06-051-1/+1
| | | | | | |
| | * | | | | fix first failing testMorris Jobke2014-06-051-2/+1
| | | | | | |
| | * | | | | add to app navigation after enablingMorris Jobke2014-06-041-8/+10
| | | | | | |
| | * | | | | hover effect for app switcher labelJan-Christoph Borchardt2014-06-041-6/+18
| | | | | | |
| | * | | | | fix related layout issues in user managementJan-Christoph Borchardt2014-06-043-2/+6
| | | | | | |
| | * | | | | add a bit of whitespace to the bottom of the app listJan-Christoph Borchardt2014-06-041-0/+1
| | | | | | |
| | * | | | | reduce opacity of app icon when loadingJan-Christoph Borchardt2014-06-041-5/+3
| | | | | | |
| | * | | | | more CSS rearranging, removing duplicate codeJan-Christoph Borchardt2014-06-042-62/+52
| | | | | | |
| | * | | | | rearrange CSS, remove duplicate codeJan-Christoph Borchardt2014-06-043-154/+109
| | | | | | |
| | * | | | | move 'add apps' entry into normal navigation instead of a new lineJan-Christoph Borchardt2014-06-042-17/+5
| | | | | | |
| | * | | | | better loading feedback for app start, move from JS to CSSJan-Christoph Borchardt2014-06-043-2/+25
| | | | | | |
| | * | | | | show 'Apps' as fallback label for app switcher if no app title is present ↵Jan-Christoph Borchardt2014-06-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (for example in Settings)
| | * | | | | show loading feedbackJan-Christoph Borchardt2014-06-041-2/+10
| | | | | | |
| | * | | | | separate home icon and menu toggleJan-Christoph Borchardt2014-06-042-0/+8
| | | | | | |
| | * | | | | show appname on mobile since now there's enough spaceJan-Christoph Borchardt2014-06-041-9/+0
| | | | | | |
| | * | | | | cut ownCloud text from logo when logged in, place appname thereJan-Christoph Borchardt2014-06-044-5/+84
| | | | | | |
| | * | | | | reduce font size of appname in headerJan-Christoph Borchardt2014-06-042-6/+9
| | | | | | |
| | * | | | | drop "push" element - no sticky footer needed anymoreMorris Jobke2014-06-043-7/+3
| | | | | | |
| | * | | | | Remove obsoleted code to trigger navigation menuVincent Petry2014-06-042-106/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that the navigation menu is always togglable, the media query dependent code can be removed.
| | * | | | | fix navigation bubble width and height on mobileJan-Christoph Borchardt2014-06-041-2/+2
| | | | | | |
| | * | | | | show appname next to logo for better hint at navigationJan-Christoph Borchardt2014-06-044-8/+38
| | | | | | |
| | * | | | | toggle the navigation on desktop, not only on mobileJan-Christoph Borchardt2014-06-041-8/+2
| | | | | | |
| | * | | | | adjust controls bar position for removed nav barJan-Christoph Borchardt2014-06-041-1/+1
| | | | | | |
| | * | | | | hide navigation by default, not only on small screens, first stepJan-Christoph Borchardt2014-06-043-80/+75
| | | |_|/ / | | |/| | |
| * | | | | Merge pull request #8862 from owncloud/share-overview-fixmimetypeicewind19912014-06-051-4/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | Fix mime type returning for shared with others files
| | * | | | | Fix mime type returning for "shared with others" filesVincent Petry2014-06-041-4/+2
| | | |_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | Use "path" instead of "file_target", as the latter is not always set / reliable.