├── .gitignore
├── .idea
├── .name
├── encodings.xml
├── misc.xml
├── modules.xml
├── owncloud.iml
├── php.xml
├── scopes
│ └── scope_settings.xml
├── sqldialects.xml
└── vcs.xml
├── .project
├── .settings
└── com.aptana.editor.php.prefs
├── .travis.yml
├── CONTRIBUTING.md
├── LICENSE
├── README.md
├── ldapprofile
└── README.md
├── pom.xml
├── revealjs
├── Gruntfile.js
├── README.md
├── bower.json
├── package.json
├── pom.xml
└── src
│ ├── main
│ └── php
│ │ ├── README.md
│ │ ├── appinfo
│ │ ├── app.php
│ │ ├── info.xml
│ │ └── version
│ │ ├── css
│ │ ├── player.css
│ │ ├── print.css
│ │ ├── reset.css
│ │ └── style.css
│ │ ├── documentation.php
│ │ ├── img
│ │ ├── app.svg
│ │ ├── impress.png
│ │ ├── impressbig.png
│ │ └── presentation.svg
│ │ ├── index.php
│ │ ├── js
│ │ ├── classList.js
│ │ ├── head.min.js
│ │ ├── highlight.js
│ │ └── reveal.js
│ │ ├── lib
│ │ └── reveal.php
│ │ ├── player.php
│ │ └── templates
│ │ ├── documentation.php
│ │ └── presentations.php
│ └── test
│ ├── php
│ ├── AppTest.php
│ ├── mocks_oc.php
│ └── mocks_ocp.php
│ └── webapp
│ ├── fixtures
│ └── player.html
│ ├── frontend
│ └── reveal.js
│ ├── karma.conf.ci.js
│ ├── karma.conf.js
│ ├── mocks
│ └── oc.js
│ └── utils.js
├── roundcube
├── .bowerrc
├── Gruntfile.js
├── README.md
├── bower.json
├── package.json
├── pom.xml
└── src
│ ├── main
│ └── php
│ │ ├── adminSettings.php
│ │ ├── ajax
│ │ ├── adminSettings.php
│ │ └── userSettings.php
│ │ ├── appinfo
│ │ ├── app.php
│ │ ├── database.xml
│ │ ├── info.xml
│ │ ├── routes.php
│ │ ├── update.php
│ │ └── version
│ │ ├── css
│ │ ├── adminSettings.css
│ │ ├── base.css
│ │ └── userSettings.css
│ │ ├── img
│ │ ├── app.svg
│ │ ├── loader.gif
│ │ ├── mail.png
│ │ └── mail.svg
│ │ ├── index.php
│ │ ├── js
│ │ ├── adminSettings.js
│ │ ├── adminSettings.oc6.js
│ │ ├── adminSettings.oc7.js
│ │ ├── jquery.plugins.js
│ │ ├── mail.js
│ │ ├── routes.js
│ │ ├── settings.js
│ │ └── userSettings.js
│ │ ├── l10n
│ │ ├── .tx
│ │ │ └── config
│ │ ├── de.php
│ │ ├── de
│ │ │ ├── de.js
│ │ │ ├── de.json
│ │ │ ├── roundcube.mo
│ │ │ └── roundcube.po
│ │ ├── es.php
│ │ ├── es
│ │ │ └── roundcube.po
│ │ ├── fr.php
│ │ ├── fr
│ │ │ ├── roundcube.mo
│ │ │ └── roundcube.po
│ │ ├── ignorelist
│ │ ├── templates
│ │ │ └── roundcube.pot
│ │ └── xgettextfiles
│ │ ├── lib
│ │ ├── MailLoginException.class.php
│ │ ├── MailNetworkingException.class.php
│ │ ├── MailObject.class.php
│ │ ├── MailRoundCubeNotFoundException.class.php
│ │ ├── RoundCubeApp.class.php
│ │ ├── RoundCubeAuthHelper.class.php
│ │ ├── RoundCubeDBUtil.class.php
│ │ └── RoundCubeLogin.class.php
│ │ ├── templates
│ │ ├── part.error.autologin.php
│ │ ├── part.error.db.php
│ │ ├── part.error.error-settings.php
│ │ ├── part.error.no-settings.php
│ │ ├── part.error.wrong-auth.php
│ │ ├── tpl.adminSettings.oc6.php
│ │ ├── tpl.adminSettings.oc7.php
│ │ ├── tpl.adminSettings.php
│ │ ├── tpl.mail.php
│ │ └── tpl.userSettings.php
│ │ └── userSettings.php
│ └── test
│ ├── php
│ ├── OC_RoundCube_App_IT.php
│ ├── OC_RoundCube_App_Test.php
│ ├── OC_RoundCube_AuthHelper_Test.php
│ ├── OC_RoundCube_Login_IT.php
│ ├── OC_RoundCube_Login_Test.php
│ ├── RoundCubeDBUtilTest.php
│ ├── UserSettingsTest.php
│ ├── mocks_RoundCubeApp.php
│ ├── mocks_db.php
│ ├── mocks_oc.php
│ └── mocks_ocp.php
│ ├── resources
│ ├── bootstrap.php
│ └── phpunit.xml
│ └── webapp
│ ├── fixtures
│ ├── adminSettings.html
│ └── userSettings.html
│ ├── frontend
│ ├── mail.js
│ ├── routes.js
│ └── userSettings.js
│ ├── karma.conf.ci.js
│ ├── karma.conf.js
│ ├── mocks
│ ├── oc.js
│ └── rc.js
│ ├── test-results.xml
│ └── utils.js
├── scripts
└── l10n.pl
├── setupDevEnv.sh
├── src
├── main
│ └── assembly
│ │ └── application.xml
└── site
│ ├── apt
│ └── index.apt
│ ├── images
│ ├── Roundcube_AoD.graffle
│ ├── Roundcube_AoD.png
│ ├── checker.png
│ ├── roundcube_adminSettings.png
│ ├── roundcube_adminSettings_customRoundcubeServer.png
│ ├── roundcube_screenshot.png
│ └── roundcube_userSettings.png
│ ├── javascripts
│ └── scale.fix.js
│ ├── pdf.xml
│ ├── site.xml
│ ├── stylesheets
│ ├── pygment_trac.css
│ └── styles.css
│ └── xdoc
│ ├── ci.xml
│ └── download.xml
├── storagecharts2
├── Gruntfile.js
├── README.md
├── bower.json
├── package.json
├── pom.xml
└── src
│ ├── main
│ ├── php
│ │ ├── ajax
│ │ │ ├── data.php
│ │ │ └── userSettings.php
│ │ ├── appinfo
│ │ │ ├── app.php
│ │ │ ├── database.xml
│ │ │ ├── info.xml
│ │ │ ├── routes.php
│ │ │ └── version
│ │ ├── css
│ │ │ └── styles.css
│ │ ├── img
│ │ │ ├── app.svg
│ │ │ ├── loader.gif
│ │ │ └── move.png
│ │ ├── index.php
│ │ ├── js
│ │ │ ├── chosen.jquery.min.js
│ │ │ ├── chosen.proto.min.js
│ │ │ ├── highcharts.min.js
│ │ │ └── storagecharts2.js
│ │ ├── l10n
│ │ │ ├── de.php
│ │ │ ├── en.php
│ │ │ ├── es.php
│ │ │ ├── es_ES.php
│ │ │ ├── es_VE.php
│ │ │ ├── fr.php
│ │ │ ├── pt_BR.php
│ │ │ └── ru.php
│ │ ├── lib
│ │ │ ├── db.class.php
│ │ │ └── loader.class.php
│ │ ├── settings.php
│ │ └── templates
│ │ │ ├── tpl.charts.php
│ │ │ └── tpl.settings.php
│ └── site
│ │ └── site.xml
│ └── test
│ ├── php
│ ├── AppTest.php
│ ├── mocks_oc.php
│ └── mocks_ocp.php
│ └── webapp
│ ├── fixtures
│ └── storagecharts.html
│ ├── frontend
│ ├── chartSpec.js
│ ├── unitsSpec.js
│ └── userSpec.js
│ ├── karma.conf.ci.js
│ ├── karma.conf.js
│ ├── mocks
│ ├── oc.js
│ └── rc.js
│ └── utils.js
└── webtest
├── .gitignore
├── README.md
├── pom.xml
├── serenity.properties
└── src
├── main
├── docker
│ └── apps
│ │ ├── .dockerignore
│ │ ├── Dockerfile
│ │ ├── bootstrap.sh
│ │ ├── conf.yml
│ │ ├── etc
│ │ ├── OC60
│ │ │ ├── .htaccess
│ │ │ └── config
│ │ │ │ ├── config.sample.php
│ │ │ │ └── config_mysql.php
│ │ ├── OC70
│ │ │ ├── .htaccess
│ │ │ └── config
│ │ │ │ ├── .htaccess
│ │ │ │ ├── config.sample.php
│ │ │ │ └── config_mysql.php
│ │ ├── OC80
│ │ │ ├── .htaccess
│ │ │ ├── .user.ini
│ │ │ └── config
│ │ │ │ ├── .htaccess
│ │ │ │ ├── config.sample.php
│ │ │ │ └── config_mysql.php
│ │ ├── OC81
│ │ │ ├── .htaccess
│ │ │ ├── .user.ini
│ │ │ └── config
│ │ │ │ ├── .htaccess
│ │ │ │ ├── config.sample.php
│ │ │ │ └── config_mysql.php
│ │ ├── OC82
│ │ │ └── config
│ │ │ │ ├── config.sample.php
│ │ │ │ └── config_mysql.php
│ │ ├── OC90
│ │ │ └── config
│ │ │ │ └── config_mysql.php
│ │ ├── RC07
│ │ │ ├── .htaccess
│ │ │ └── config
│ │ │ │ ├── .htaccess
│ │ │ │ ├── db.inc.php.dist
│ │ │ │ ├── main.inc.php.dist
│ │ │ │ └── mimetypes.php
│ │ ├── RC08
│ │ │ ├── .htaccess
│ │ │ └── config
│ │ │ │ ├── .htaccess
│ │ │ │ ├── db.inc.php.dist
│ │ │ │ ├── main.inc.php.dist
│ │ │ │ └── mimetypes.php
│ │ ├── RC09
│ │ │ ├── .htaccess
│ │ │ └── config
│ │ │ │ ├── .htaccess
│ │ │ │ ├── db.inc.php
│ │ │ │ ├── db.inc.php.dist
│ │ │ │ ├── main.inc.php
│ │ │ │ ├── main.inc.php.dist
│ │ │ │ └── mimetypes.php
│ │ ├── RC10
│ │ │ ├── .htaccess
│ │ │ └── config
│ │ │ │ ├── config.inc.php
│ │ │ │ ├── config.inc.php.sample
│ │ │ │ ├── defaults.inc.php
│ │ │ │ └── mimetypes.php
│ │ ├── RC11
│ │ │ ├── .htaccess
│ │ │ └── config
│ │ │ │ ├── config.inc.php
│ │ │ │ ├── config.inc.php.sample
│ │ │ │ ├── defaults.inc.php
│ │ │ │ └── mimetypes.php
│ │ ├── mysql
│ │ │ ├── OC60
│ │ │ │ └── create_db.sql
│ │ │ ├── OC70
│ │ │ │ └── create_db.sql
│ │ │ ├── OC80
│ │ │ │ └── create_db.sql
│ │ │ ├── OC81
│ │ │ │ └── create_db.sql
│ │ │ ├── OC82
│ │ │ │ └── create_db.sql
│ │ │ ├── OC90
│ │ │ │ └── create_db.sql
│ │ │ ├── OC_LATEST
│ │ │ │ └── create_db.sql
│ │ │ ├── RC09
│ │ │ │ └── create_db.sql
│ │ │ ├── RC10
│ │ │ │ └── create_db.sql
│ │ │ └── RC11
│ │ │ │ └── create_db.sql
│ │ ├── nginx.conf
│ │ ├── phpmyadmin.conf
│ │ └── sqllite
│ │ │ └── 4.0.8
│ │ │ ├── config.php
│ │ │ └── owncloud.db
│ │ ├── mockimap.jar
│ │ ├── nginx_ssl.conf
│ │ ├── oc_apps
│ │ └── .gitignore
│ │ ├── php.ini
│ │ ├── prepareMySQL.sh
│ │ ├── prepareNginx.sh
│ │ └── setup_environment.sh
└── resources
│ └── log4j.properties
└── test
└── java
└── de
└── martinreinhardt
└── owncloud
└── webtest
├── OwnCloud.java
├── RoundCube.java
├── StorageCharts.java
├── pages
├── AdminSettingsPage.java
├── LoginPage.java
├── PortalPage.java
├── RoundCubePage.java
├── StorageChartsPage.java
└── UserSettingsPage.java
├── steps
├── AdminSteps.java
├── LoggedInUserSteps.java
├── LoginEndUserSteps.java
├── PortalUserSteps.java
├── RoundCubeSteps.java
└── StorageChartsSteps.java
├── tests
├── LoginIT.java
├── RoundCubeBasicIT.java
├── RoundCubeMailNegativeIT.java
├── RoundCubeMailPositiveIT.java
├── RoundCubeMockedMailIT.java
├── RoundCubeRefreshIT.java
├── RoundCubeSettingsIT.java
└── StorageChartsBasicIT.java
└── util
├── AbstractPage.java
├── AbstractSteps.java
├── AbstractUITest.java
├── EmailUserDetails.java
└── MockedImapServer.java
/.gitignore:
--------------------------------------------------------------------------------
1 | tmp
2 | .DS_Store
3 | *.swp
4 | *~
5 | .history
6 | .indexes
7 | .lock
8 | .log
9 | .refactorings
10 | .metadata
11 | __MACOSX
12 |
13 | .idea/workspace.xml
14 | .idea/deployment.xml
15 |
16 |
17 | **/bin/*
18 | **/build/*
19 | **/target/*
20 | target/*
21 | **/.buildpath
22 | **/.settings/*
23 | **/.classpath
24 | *.log
25 | webtest/logs/*
26 | webtest/.classpath
27 | .idea/*
28 | .settings/org.eclipse.core.resources.prefs
29 | roundcube/node/*
30 | roundcube/node_modules/*
31 | roundcube/bower_components/*
32 | revealjs/node/*
33 | revealjs/node_modules/*
34 | revealjs/bower_components/*
35 | storagecharts2/node/*
36 | storagecharts2/node_modules/*
37 | storagecharts2/bower_components/*
38 | src/main/docker/app/oc_apps/*
39 |
40 | roundcube/.project
41 | revealjs/.project
42 | roundcube/.project
43 | storagecharts2/.project
44 | webtest/.project
45 |
--------------------------------------------------------------------------------
/.idea/.name:
--------------------------------------------------------------------------------
1 | OwnCloudApps
--------------------------------------------------------------------------------
/.idea/encodings.xml:
--------------------------------------------------------------------------------
1 |
2 |