- May 19, 2016
-
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Jenkins for ownCloud authored
-
- May 18, 2016
-
-
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
-
- May 17, 2016
-
-
Arthur Schiwon 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 Jago Douma authored
-
Robin Appelman authored
-
Thomas Müller authored
-
Roeland Jago Douma authored
* Move \OCP\DB to PSR-4 * Fix PHP doc
-
Vincent Petry authored
run upgrades in incognito mode
-
Roeland Jago 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 Jago Douma authored
-