| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
show delete hint text on hovering trash
|
| | |
|
|/ |
|
| |
|
|
|
|
| |
Also added a few missing authors.
|
|\
| |
| | |
allow resharing of files with only share permissions
|
| | |
|
|/ |
|
| |
|
|\
| |
| | |
fix typo
|
| |
| |
| | |
Suggested by [mnestis](https://www.transifex.com/accounts/profile/mnestis/) on transifex
|
|/ |
|
| |
|
|\
| |
| | |
php upload errors are written to log
|
| | |
|
|/ |
|
|\
| |
| | |
[master] Fixed issues with renaming
|
| |
| |
| |
| |
| |
| |
| |
| | |
- summary is now untouched on rename instead of bogus incrementation
- fixes "Share" status icon by only triggring "fileActionsReady" once
- row is now reinserted even when rename is cancelled, this removes the
hacky/buggy code that tried to rename the element back
- added unit tests to cover the fixed cases
|
| | |
|
| | |
|
| |
| |
| |
| | |
* test case added to avoid adding them later
|
|\ \
| | |
| | | |
Expose permission via WebDAV
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
- Reuse these methods on determineIcon()
- Generate permission string for the desktop client
- expose {http://owncloud.org/ns}permissions as additional WebDAV property containing the permission string
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
PHPDoc improvements /apps
* owncloud/phpdoc-improvements-apps:
Fix whitespace issues
Reduce double-space with single-space.
Remove spaces around | operator in doc block.
Fix more missing or broken PHPDoc
PHPDoc fixes for user_ldap
Fix PHPDoc in /apps
|
| | | | |
|
| | |/
| |/| |
|
| | | |
|
| | | |
|
|/ / |
|
|\ \
| | |
| | | |
Fix drag and drop in IE8
|
| | |
| | |
| | |
| | |
| | | |
For some reason IE8 didn't like the sort function, so using the one from
underscore instead.
|
|\ \ \
| |/ /
|/| | |
Files app navigation sidebar
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- fixed upload and storage statistics
- fixed infinite scroll to use the correct contain for scroll detection
- fixed unit test that sometimes fail for rename case
- controls are now sticky again
- fixed selection overlay to be aligned with the table
- fixed "select all" checkbox that had id conflicts
- fixed public page
- fixed global actions permissions detection
- fix when URL contains an invalid view id
- viewer mode now hides the sidebar (ex: text editor)
- added unit tests for trashbin
- clean up storage info in template (most is retrieved via ajax call now)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- FileList is now an instantiable class
- FileActions is now in namespace
- added App class for trashbin app
- moved trashbin overrides into classes extending FileList
- replaced many static calls with "this." or "self." to make the classes
reusable/extendable
- new URL parameter "view" to specify which view is shown, for example
"files" or "trashbin"
- added OC.Util.History utility class in core for handling history
- moved URL handling/routing to OCA.Files.App
- popstate will correctly update the current view and notify the view of
the URL change so it can update the current dir
- added JS unitt tests for the trashbin app
- fixed public app to work with the new namespaces
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- 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)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | |
| | |
| | |
| | |
| | |
| | | |
- 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
|
|/ / |
|
|\ \
| | |
| | | |
avoid row resize on filename edit
|
| | |
| | |
| | |
| | | |
Sets row height to avoid resize when name is edited
|
| | |
| | |
| | |
| | | |
Sets height to form to avoid resizing when filename link is not shown
|
|/ / |
|
|\ \
| | |
| | | |
File list sorting by clicking on column headers
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Added unit test for the Helper class in the files app that tests the
different sort orders.
|
| | | |
|
| | | |
|
| | | |
|