aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/lib
Commit message (Collapse)AuthorAgeFilesLines
* storage information is path specificThomas Müller2013-08-271-1/+1
|
* Add _many_ newlines at the end of fileskondou2013-08-182-2/+2
|
* if rename of file fails, the rename is undone in the view - #fix 2820Morris Jobke2013-06-151-1/+1
| | | | | | | | Changes: * OC.dialog -> OC.Notification * Added test * Fixed OC.Notification.show() issue for queued items * Highlight failed item and show notification
* [files] add private declaration of $viewMorris Jobke2013-05-141-0/+1
|
* [files] rename lib to "App"Morris Jobke2013-05-121-1/+1
|
* [files] ownCloud typoMorris Jobke2013-05-121-1/+1
|
* [files] remove normalizePath on rename and dependency injectionMorris Jobke2013-05-121-6/+4
|
* [files] fix typosMorris Jobke2013-05-121-5/+5
|
* [files] refactoringMorris Jobke2013-05-121-0/+80
|
* Add further capabilities to /cloud/capabilitites api callTom Needham2013-02-101-0/+24
|
* introducing class OCA/files/lib/Helper with new function to build an array ↵Thomas Mueller2013-01-191-0/+20
with storage stats DRYing the code by using \OCA\files\lib\Helper::buildFileStorageStatistics() now returning used space percent on each ajax call