- May 15, 2014
-
-
Vincent Petry authored
- added new OCA.Files namespace for files classes - the sidebar can now switch between views/containers - the trashbin renders in its own container but currently doesn't work due to overrides - added app.js as entry point for JS code (ideally all other files should only contain classes and not trigger anything)
-
Vincent Petry authored
Apps can now register navigation items into the sidebar of the files app. For every sidebar item there is a container. The container's content is rendered based on the script name given at registration time.
-
Vincent Petry authored
- Added links to trashbin and shared dir - Moved "WebDAV" settings block to the app nav's settings section - Added sidebar support in trashbin app as well
-
Vincent Petry authored
-
Vincent Petry authored
[regression] Fixed trashbin to use correct class
-
Vincent Petry authored
It seems that \OC_Filesystemview has been removed. Now using the correct class \OC\Files\View()
-
Jan-Christoph Borchardt authored
Vertically align public layout to better fit small mobile screens
-
Robin McCorkell authored
rename URL-fields to Host for SFTP/FTP and SMB external Storage backends
-
fibsifan authored
-
Thomas Müller authored
Small cleanup and language detection for apps
-
Vincent Petry authored
fix typo encryption
-
Jenkins for ownCloud authored
-
- May 14, 2014
-
-
Volkan Gezer authored
-
Thomas Müller authored
Added ground work for OC.Share unit tests
-
Björn Schießle authored
Sharing ux improvements
-
Robin Appelman authored
fix oc dialog because the body isn't 100% x 100% in dimensions anymore
-
jbtbnl authored
avoid row resize on filename edit
-
Bagera authored
Sets row height to avoid resize when name is edited
-
Jenkins for ownCloud authored
-
- May 13, 2014
-
-
Bernhard Posselt authored
-
Bernhard Posselt authored
use fetch method instead of fetchRow because fetchRow is only an owncloud internal alias that exists purely for compability
-
Bernhard Posselt authored
provide a way to detect the language that is being used (e.g. for clientside javascript language selection
-
Lukas Reschke authored
We do not support updates from 4.5 > 7.0 or even 3.0 > 7.0
-
Thomas Müller authored
PHPDoc Improvements
-
Thomas Müller authored
Add tests for other types that PHP might cast
-
Lukas Reschke authored
Addition to https://github.com/owncloud/core/pull/8572
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Robin McCorkell authored
-
Robin McCorkell authored
Fixed: - An error with a misplaced bracket in lib/private/util.php - An error with an incorrect function being called in lib/public/contacts.php
-
Robin McCorkell authored
-
Robin McCorkell authored
-
Robin McCorkell authored
-
Robin McCorkell authored
-
Lukas Reschke authored
Some things my IDE complained about while creating a custom backend. Fix PHPDoc and typos Some things my IDE complained about while creating a custom backend. Conflicts: lib/private/group/database.php lib/private/group/dummy.php lib/private/group/example.php
-