- Dec 10, 2014
-
-
Lukas Reschke authored
improve update error page: remove box, make link visible, insert missing space, remove line break
-
Morris Jobke authored
Add type of the variables to the docs
-
Thomas Müller authored
skip testLongPath()
-
Thomas Müller authored
Remove triggerupdate.php & add quiet option for CLI scanner
-
Joas Schilling authored
-
Robin Appelman authored
Fix numeric storage id for cache wrapper
-
Joas Schilling authored
New DateTimeFormatter class for dates in other timezones and languages
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
-
Vincent Petry authored
-
Lukas Reschke authored
Use UID instead of login name
-
Thomas Müller authored
-
Joas Schilling authored
-
Joas Schilling authored
Make DateTimeFormatter a service and adjust tests that have been inaccurate
-
Lukas Reschke authored
Expose backend type via REST API
-
Thomas Müller authored
Add newline that was removed by 15be763d
-
Jörn Friedrich Dreyer authored
-
Joas Schilling authored
-
Morris Jobke authored
google: delete original after successful rename
-
Morris Jobke authored
Dont return cached date in shared cache when the file doesn't exist
-
Jenkins for ownCloud authored
-
Thomas Müller authored
Use httphelper and cache response even when it is empty
-
- Dec 09, 2014
-
-
Victor Dubiniuk authored
-
Victor Dubiniuk authored
-
Morris Jobke authored
Add dropTable to IDBConnection
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Thomas Müller authored
Fix autotest no file
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
Fix #12227
-
Morris Jobke authored
Add an option to disallow sending sharing emails to non-owncloud users
-
Joas Schilling authored
Add getTagsForObjects in ITags
-
Thomas Müller authored
Allow autocomplete for test file in autotest.sh
-
Joas Schilling authored
Fix namespaces of encryption classes and encryption tests
-
Lukas Reschke authored
-
Lukas Reschke authored
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"}] ```
-
Joas Schilling authored
-