- 18 May, 2016 15 commits
-
-
Christoph Wurst authored
-
Vincent Petry authored
Move \OCP\L10N to PSR-4
-
Vincent Petry authored
Move FederatedFileSharing to PSR-4
-
Vincent Petry authored
Allow chunk GC mtime tolerance for unfinished part chunks
-
Vincent Petry authored
Remove author from libreoffice templates
-
Vincent Petry authored
Move \OCP\Http to PSR-4
-
Roeland Jago Douma authored
-
Vincent Petry authored
a single token provider suffices
-
Vincent Petry authored
Move \OCP\Files to PSR-4
-
Joas Schilling authored
-
Roeland Jago Douma authored
-
Vincent Petry authored
Whenever part chunks are written, every fwrite in the write loop will reset the mtime to the current mtime. Only at the end will the touch() operation set the mtime to now + ttl, in the future. However the GC code is expecting that every chunk with mtime < now are old and must be deleted. This causes the GC to sometimes delete part chunks in which the write loop is slow. To fix this, a tolerance value is added in the GC code to allow for more time before a part chunk gets deleted.
-
Roeland Jago Douma authored
-
Christoph Wurst authored
-
Jenkins for ownCloud authored
-
- 17 May, 2016 17 commits
-
-
blizzz authored
* Fixed dynamic group ldap access getUserGroups: Using $userDN instead of $uid to query LDAP Converting groupDN to group name using API instead of substring Removing cache processing at the end of the method * Fixing group handling added back the cache processing and fixed * fixed possible indention problem spaces -> tab conversion * formatting, white-space changes only
-
Roeland Douma authored
-
Robin Appelman authored
-
Thomas Müller authored
-
Roeland Douma authored
* Move \OCP\DB to PSR-4 * Fix PHP doc
-
Vincent Petry authored
run upgrades in incognito mode
-
Roeland Douma authored
* Move used OC_Group_xx to \OC\Group * Add (deprecated) legacy wrapper in legacy, OC_Group_xx * Replace deprecated use of OC_Group_xx with \OC\Group\xx
-
Roeland Douma authored
-
Roeland Douma authored
-
Roeland Douma authored
-
Roeland Douma authored
-
Vincent Petry authored
fix admin link share settings sorting, use same order as in sidebar
-
Vincent Petry authored
Use proper path
-
Jörn Friedrich Dreyer authored
add IClientService to DI container
-
Jörn Friedrich Dreyer authored
Read only once
-
Jörn Friedrich Dreyer authored
Adding mimetypes for m4a and m4b
-
Jenkins for ownCloud authored
-
- 16 May, 2016 1 commit
-
-
Jenkins for ownCloud authored
-
- 15 May, 2016 1 commit
-
-
Jenkins for ownCloud authored
-
- 14 May, 2016 2 commits
-
-
Jan-Christoph Borchardt authored
-
Jenkins for ownCloud authored
-
- 13 May, 2016 4 commits
-
-
Vincent Petry authored
our autoloader should not load classes in \OC
-
Vincent Petry authored
Handle case when breadcrumb and filelist item overlap and both receive a drop
-
Vincent Petry authored
Direct links to Google Drive/Dropbox configuration pages from external storage config
-
Vincent Petry authored
only configure the http client once we start using it
-