- Oct 01, 2014
-
-
Lukas Reschke authored
Use SVG previews for public sharing
-
Lukas Reschke authored
Add flock to config
-
- Sep 30, 2014
-
-
Morris Jobke authored
Fix PHPDoc
-
Morris Jobke authored
Remove invalid PHPDoc
-
Lukas Reschke authored
This adds a file lock to the config in hope that this prevents race conditions as reported in https://github.com/owncloud/core/issues/11070 Testplan: - [ ] Delete config.php and make it read-only => Error is thrown that it is not writeable - [ ] Installation still works - [ ] Changing config settings works (i.e. using the SMTP config switches in the administration menu) - [ ] Your PC didn't blow up - [ ] Installing the news app and the "Disable AppCode checker" app did not destroy your installation Only skip the main config Otherwise read only additional configs might not be processed Test on tmpdir
-
Lukas Reschke authored
Despite the documentation this function does not read values from the cookie
-
Lukas Reschke authored
-
Jenkins for ownCloud authored
-
- Sep 29, 2014
-
-
Lukas Reschke authored
Add clickable labels to encryption recovery radios
-
Lukas Reschke authored
Close the session for preview generation
-
Lukas Reschke authored
Add a CLI command that creates an empty LDAP config
-
Lukas Reschke authored
[sharing] group shares
-
Thomas Müller authored
Remove dead code
-
Lukas Reschke authored
-
Lukas Reschke authored
dn needs to be fetched to be able to detect memberOf support
-
Lukas Reschke authored
Without closing the session every preview image generation is locking the session which makes the webinterface unresponsive.
-
Lukas Reschke authored
Try to create datadirectory to test whether the .htaccess works
-
Björn Schießle authored
-
Björn Schießle authored
-
Jenkins for ownCloud authored
-
Martin Konrad authored
This is needed to configure the user_ldap app without using the wizard (e.g. using tools like Puppet).
-
- Sep 28, 2014
-
-
Thomas Müller authored
Adding test helper to test private methods
-
Morris Jobke authored
Clear up confusion of log_rotate_size config value
-
Jenkins for ownCloud authored
-
- Sep 27, 2014
-
-
Dan Bartram authored
Add clickable radio button labels to the encryption recovery settings pages: * settings-admin * settings-personal Pressing on the radio button text now toggles the state of the radio button.
-
Dan Bartram authored
Remove the second comment which could be confused with suggesting an invalid value: `// 100 MiB`. To keep the easily readable example value, it has been moved into the comment header for the config item.
-
Morris Jobke authored
Added spinners in share dropdown
-
Morris Jobke authored
for whitelabeled edition, show branding name (e.g. 'ownCloud') instead of appname in header bar
-
Jenkins for ownCloud authored
-
- Sep 26, 2014
-
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/pull/11299#issuecomment-56968588 and also https://github.com/owncloud/core/issues/10628 together with https://github.com/owncloud/core/pull/11299#issuecomment-56968588 when backported.
-
Vincent Petry authored
Clicking on labels while the spinner is there will not trigger the hidden checkbox any more.
-
Björn Schießle authored
-
Clark Tomlinson authored
-
Jan-Christoph Borchardt authored
-
Arthur Schiwon authored
-
Lukas Reschke authored
catch and log exception in OC_Helper::cleanTmp()
-
Lukas Reschke authored
-
Vincent Petry authored
Added spinners for the following actions: - adding user - removing user - changing password - toggling allowing upload - setting a password
-
Björn Schießle authored
-