Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into appframework-master | Thomas Müller | 2013-09-25 | 1 | -5/+5 |
|\ | | | | | | | | | | | Conflicts: apps/files/lib/helper.php apps/files_trashbin/lib/helper.php | ||||
| * | fix previews in shared folders | Georg Ehrke | 2013-09-23 | 1 | -2/+2 |
| | | |||||
| * | remove unneccessary lib in namespace | Jörn Friedrich Dreyer | 2013-09-20 | 1 | -3/+3 |
| | | |||||
| * | namespaces use upcasefirst parts | Jörn Friedrich Dreyer | 2013-09-20 | 1 | -3/+3 |
| | | | | | | | | | | when _ is left in namespace and files are named after their classes the autoloader will also find classes in the lib folder of an app its magic! | ||||
* | | use \OC::$server->getPreviewManager() instead of \OCP\Preview | Thomas Müller | 2013-09-17 | 1 | -1/+1 |
|/ | |||||
* | Fixed ajax support to also update the current dir permissions | Vincent Petry | 2013-09-13 | 1 | -0/+22 |
| | |||||
* | Ajax calls for "files" and "files_trashbin" apps | Vincent Petry | 2013-09-13 | 1 | -0/+65 |
| | | | | | | | | | | | | | Frontend: - The files app list now uses ajax calls to refresh the list. - Added support the browser back button (history API). - Added mask + spinner while loading file list Backend: - Added utility function in core JS for parsing query strings. - Moved file list + breadcrumb template data code to helper functions - Fixed some file paths in trashbin app to be similar to the files app | ||||
* | added determineIcon to \OCA\files\lib\Helper | Thomas Müller | 2013-09-12 | 1 | -0/+29 |
| | |||||
* | storage information is path specific | Thomas Müller | 2013-08-27 | 1 | -1/+1 |
| | |||||
* | Add _many_ newlines at the end of files | kondou | 2013-08-18 | 2 | -2/+2 |
| | |||||
* | if rename of file fails, the rename is undone in the view - #fix 2820 | Morris Jobke | 2013-06-15 | 1 | -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 $view | Morris Jobke | 2013-05-14 | 1 | -0/+1 |
| | |||||
* | [files] rename lib to "App" | Morris Jobke | 2013-05-12 | 1 | -1/+1 |
| | |||||
* | [files] ownCloud typo | Morris Jobke | 2013-05-12 | 1 | -1/+1 |
| | |||||
* | [files] remove normalizePath on rename and dependency injection | Morris Jobke | 2013-05-12 | 1 | -6/+4 |
| | |||||
* | [files] fix typos | Morris Jobke | 2013-05-12 | 1 | -5/+5 |
| | |||||
* | [files] refactoring | Morris Jobke | 2013-05-12 | 1 | -0/+80 |
| | |||||
* | Add further capabilities to /cloud/capabilitites api call | Tom Needham | 2013-02-10 | 1 | -0/+24 |
| | |||||
* | introducing class OCA/files/lib/Helper with new function to build an array ↵ | Thomas Mueller | 2013-01-19 | 1 | -0/+20 |
with storage stats DRYing the code by using \OCA\files\lib\Helper::buildFileStorageStatistics() now returning used space percent on each ajax call |