☁️ Nextcloud server, a safe home for all your data
 
 
 
 
 
 
Go to file
Vincent Petry 9d38e3602b Namespacing for FileList, FileActions and trashbin app
- 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
2014-05-15 17:51:04 +07:00
3rdparty@ef80977061 Update 3rdparty 2014-04-28 20:32:48 +07:00
apps Namespacing for FileList, FileActions and trashbin app 2014-05-15 17:51:04 +07:00
build
config Merge pull request #8440 from wakeup/master 2014-05-03 23:39:10 +07:00
core Namespacing for FileList, FileActions and trashbin app 2014-05-15 17:51:04 +07:00
l10n [tx-robot] updated from transifex 2014-05-15 01:55:53 +07:00
lib Now settings CSS class with appid in content DIV 2014-05-15 17:51:04 +07:00
ocs
search
settings Added app navigation for files app 2014-05-15 17:51:04 +07:00
tests Namespacing for FileList, FileActions and trashbin app 2014-05-15 17:51:04 +07:00
themes
.gitignore
.gitmodules
.htaccess Remove trailing tab 2014-04-28 09:06:26 +07:00
.jshintrc Files app navigation can now switch 2014-05-15 17:51:04 +07:00
.scrutinizer.yml
AUTHORS
CONTRIBUTING.md Updated Owncloud Mailinglist URL 2014-05-05 17:03:09 +07:00
COPYING-AGPL
COPYING-README
README.md
autotest-js.sh
autotest.cmd
autotest.sh
console.php
cron.php
db_structure.xml
index.html
index.php
issue_template.md
occ
public.php
remote.php
robots.txt
status.php "echo" is a language construct. Don't treat it like a function. 2014-04-26 14:50:34 +07:00
version.php

README.md

ownCloud

ownCloud gives you freedom and control over your own data. A personal cloud which runs on your own server.

Build Status on Jenkins CI

Git master: Build Status

Quality: Scrutinizer Quality Score

Installation instructions

http://doc.owncloud.org/server/7.0/developer_manual/app/index.html

Contribution Guidelines

http://owncloud.org/contribute/

Get in touch

Important notice on translations

Please submit translations via Transifex: https://www.transifex.com/projects/p/owncloud/

For more detailed information about translations: http://doc.owncloud.org/server/7.0/developer_manual/core/translation.html