- Oct 02, 2012
-
-
Jenkins for ownCloud authored
-
Thomas Müller authored
-
Michael Gapczynski authored
-
Björn Schießle authored
we are sharing the same file again if item_source of the already shared file and the newly shared file is the same. Therefore we can use the same target name
-
Björn Schießle authored
-
Björn Schießle authored
-
Jörn Friedrich Dreyer authored
-
Björn Schießle authored
-
Frank Karlitschek authored
automatically remove and prevent installation of apps with a require version less than the current one. We check now the first ad second part of the version number. Also increase the require tags of the core apps to 4.9 Please note that 4.9 is the internal versionnumber of the upcoming 4.5 release. You have to pu a <require>4.9</require> into the info.xml of your app to make it as compatible with 4.5
-
Arthur Schiwon authored
fix create folder and upload file issue on win, fixes oc-1747, solution follows suggestion from bug tracker
-
Björn Schießle authored
We can't rely on the assumption that if the matching target is from the same owner that the share type will be different. Files in different folders can have the same name. Therefore also a unique name has to be generated if the matching target it from the same user. Also for folders and files with the same name a unique target name has to be generated If matching target is from the same owner, use the same target. The share type will be different so this isn't the sa
-
Björn Schießle authored
we can end up with different items in the shared directory with the same name (Also folder names can contain dots)
-
Jenkins for ownCloud authored
-
- Oct 01, 2012
-
-
Thomas Tanghus authored
-
Lukas Reschke authored
Fix the File Upload Button in Chrome Arrow was showing under the button in Chrome. With this commit it should be shown correctly.
-
Arthur Schiwon authored
-
Arthur Schiwon authored
-
Georg Ehrke authored
-
Arthur Schiwon authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Mat Lipe authored
Fixed a strange comment issue
-
Robin Appelman authored
-
Mat Lipe authored
Fix the File Upload Button in Chrome. Tested in IE9-8-7, Firefox, Chrome
-
Jenkins for ownCloud authored
-
- Sep 30, 2012
-
-
Robin Appelman authored
update the filecache by setting mtimes to 0 when the mount configuration has changed instead of clearing the cache
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Jenkins for ownCloud authored
-
- Sep 29, 2012
-
-
Lukas Reschke authored
-
Bart Visscher authored
-
Lukas Reschke authored
CSS typo fixed.
-
Raghu Nayyar authored
CSS typo fixed.
-
Lukas Reschke authored
-
Lukas Reschke authored
mt_rand() is not secure from a cryptographic point of view, let's use openssl_random_pseudo_bytes() here
-
Lukas Reschke authored
-
Lukas Reschke authored
This token is completly useless since an attacker can easily extract it from the page.
-
Lukas Reschke authored
This token is completly useless since an attacker can easily extract it from the page.
-
Lukas Reschke authored
mt_rand() is not secure from a security point of view and predictable. Let's use openssl_random_pseudo_bytes() instead. Before: 26 bits entropy After: 72 bits entropy
-