| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|\
| |
| | |
skip testLongPath()
|
| | |
|
|\ \
| | |
| | | |
Fix numeric storage id for cache wrapper
|
| |/ |
|
|\ \
| |/
|/| |
New DateTimeFormatter class for dates in other timezones and languages
|
| |
| |
| |
| | |
Make DateTimeFormatter a service and adjust tests that have been inaccurate
|
| | |
|
|\ \
| | |
| | | |
Expose backend type via REST API
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This change will expose the user backend via the REST API which is a pre-requisite for https://github.com/owncloud/core/issues/12620.
For example:
````json
[{"name":"9707A09E-CA9A-4ABE-A66A-3F632F16C409","displayname":"Document Conversion User Account","groups":[],"subadmin":[],"quota":"default","storageLocation":"\/Users\/lreschke\/Programming\/core\/data\/9707A09E-CA9A-4ABE-A66A-3F632F16C409","lastLogin":0,"backend":"OCA\\user_ldap\\USER_LDAP"},{"name":"ED86733E-745C-4E4D-90CB-278A9737DB3C","displayname":"Hacker","groups":[],"subadmin":[],"quota":"default","storageLocation":"\/Users\/lreschke\/Programming\/core\/data\/ED86733E-745C-4E4D-90CB-278A9737DB3C","lastLogin":0,"backend":"OCA\\user_ldap\\USER_LDAP"},{"name":"71CDF45B-E125-450D-983C-D9192F36EC88","displayname":"admin","groups":[],"subadmin":[],"quota":"default","storageLocation":"\/Users\/lreschke\/Programming\/core\/data\/71CDF45B-E125-450D-983C-D9192F36EC88","lastLogin":0,"backend":"OCA\\user_ldap\\USER_LDAP"},{"name":"admin","displayname":"admin","groups":["admin"],"subadmin":[],"quota":"default","storageLocation":"\/Users\/lreschke\/Programming\/core\/data\/admin","lastLogin":"1418057287","backend":"OC_User_Database"},{"name":"test","displayname":"test","groups":[],"subadmin":[],"quota":"default","storageLocation":"\/Users\/lreschke\/Programming\/core\/data\/test","lastLogin":0,"backend":"OC_User_Database"}]
```
|
|\ \ \
| | | |
| | | | |
Use httphelper and cache response even when it is empty
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| |_|_|/
|/| | | |
Add dropTable to IDBConnection
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | | |
Add getTagsForObjects in ITags
|
| | | |
| | | |
| | | |
| | | | |
Returns the list of tags that are set on the given object ids.
|
|\ \ \ \
| | | | |
| | | | | |
Fix Contactsmanager permission + unit test
|
| | | | | |
|
| | | | | |
|
| | |/ /
| |/| | |
|
|\ \ \ \
| |_|_|/
|/| | | |
Config cleanup - OC_Preferences refactoring
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* files_encryption
* files_versions
* files_trashbin
* tests
* status.php
* core
* server container
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* this needs to be properly fixed by a proper organisation of the base.php
* introduced fixDIInit() in AllConfig that moves the injection
of DatabaseConnection to a later point in time
* problems mostly because of the autoconfig setup
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* keep old static methods - mapped to new ones and deprecated
* removed deleteApp, getUsers, getApps because they are unused
* make AllConfig unit tests more robust against not cleaned up environments
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* introduce SystemConfig to avoid DI circle (used by database connection which is itself needed by AllConfig that itself contains the methods to access the config.php which then would need the database connection - did you get it? ;))
* use DI container and use that method in legacy code paths (for easier refactoring later)
* create and use getSystemConfig instead of query() in DI container
|
|\ \ \ \
| |/ / /
|/| | | |
Add a public api for apps to add mounts
|
| | | | |
|
| | | | |
|
| | | | |
|
| |/ /
|/| |
| | |
| | | |
First step of a somewhat testable user management. - I know, the JSON returns are in an ugly format but the JS expects it that way. So let's keep it that way until we have time to fix the JS in the future.
|
|\ \ \
| | | |
| | | | |
Trim port from domain
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Depending on the used environment the port might be appended to the host header resulting in an inaccessible instance when initially setting up on a system with a different HTTP or HTTPS port. (for example test:500)
To test this setup ownCloud under a different port with and without this patch. (heads-up: localhost is always white-listed, so use a different domain)
|
|\ \ \ \
| | | | |
| | | | | |
Disable when no sendmail is available
|
| | | | | |
|
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
Merge headers
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | | |
make \OC\Files\Node\Node implement the FileInfo interface
|
| | | | | |
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
Remove last traces of travis integration
|
| | | | | |
|