Georg Ehrke
f579f2bd94
add Download logfile button to admin settings
...
add logSettingsController
add download logfile button
move getEntries to LogSettingsController
move set log level to logsettingscontroller.php
add warning if logfile is bigger than 100MB
add unit test for set log level
fix typecasting, add new line at EoF
show log and logfile download only if log_type is set to owncloud
add unit test for getFilenameForDownload
10 years ago
Joas Schilling
3d997e8c62
Fix incorrect warning about setting the overwrite.cli.url
10 years ago
Joas Schilling
539c0aeb04
Add an option to disallow sending sharing emails to non-owncloud users
...
Fix #10836
10 years ago
Lukas Reschke
2b76227180
Check for working .htaccess via AJAX
...
Fixes https://github.com/owncloud/core/issues/12650
10 years ago
Lukas Reschke
1b0bc2e099
PHP 5.4 is now required for master
...
🍻
10 years ago
Simon Whittaker
6d04ca18d9
adding @ sign between email address and domain name to make the syntax clearer
10 years ago
Lukas Reschke
fc116f563f
Allow read-only configuration
...
Workaround required for IIS setups running ownCloud to prevent dataloss.
Long-term solution would be to move some configuration settings to the database
10 years ago
Volkan Gezer
388ef07c20
update grammar
...
Suggested by mnestis on Transifex.
10 years ago
Morris Jobke
226d43a1cf
manage select2 via bower
11 years ago
Lukas Reschke
e73ccbd4ca
Migrate "setsecurity.php" to the AppFramework
...
Add switch to enforce SSL for subdomains
Add unit tests
Add test for boolean values
Camel-case
Fix ugly JS
11 years ago
Vincent Petry
2a454fd04d
Capitalize Checks in admin page
11 years ago
Thomas Müller
1076a77840
fix loading of more log entries
11 years ago
Thomas Müller
d9db791c67
introduce sidebar for admin page
11 years ago
Thomas Müller
d3eebad591
fixing typos
11 years ago
Lukas Reschke
13b1b45ee4
Refactor MailSettings controller
...
- Do not store the password (fixes https://github.com/owncloud/core/issues/11385 )
- Refactor to AppFramework
- Add unit tests
Conflicts:
settings/admin/controller.php
11 years ago
Vincent Petry
e65ceb08fc
Moved WebDAV and internet checks to client side JS
...
- Added setup checks in JavaScript
- Moved isWebDAVWorking to JS using SetupChecks
- Moved internet connection checks to an ajax call that goes through the
server
11 years ago
Thomas Müller
f4eae03f20
date printed in the admin section regarding last execution time is already displayed in the users timezone - no need to append UTC
11 years ago
Vincent Petry
d23621536c
Now using select2 for the groups excluded from sharing
11 years ago
Lukas Reschke
c13a8acbb5
Don't show warning when has_internet_connection is set to false
...
Revert
Add disabled
11 years ago
Joas Schilling
64d64610d2
Add a note about overwritewebroot when using system cron
...
If the current webroot is non-empty but the webroot from the config is,
and system cron is used, the URL generator fails to build valid URLs.
So we notify the admin to set it up correctly.
Fix #9995
11 years ago
Volkan Gezer
46309a9ee4
ascii typo
11 years ago
Thomas Müller
07dc0b2fdf
setting and checking default_charset in php.ini to be UTF-8
11 years ago
Volkan Gezer
2561ef123b
fix apostrophe fixes #9486
11 years ago
Morris Jobke
9e74787c8a
Migrate table layout to p layout for share settings
...
ref #8906
11 years ago
Bjoern Schiessle
c1ef536896
show explenation only if the setting is activated
11 years ago
Morris Jobke
fd5fad194d
remove double space
11 years ago
Morris Jobke
dc2212cd46
migrate table layout to paragraph layout for HTTPS setting
11 years ago
Morris Jobke
f5da0052cf
fix mail settings save function - ref #8854
11 years ago
Bjoern Schiessle
6578f00b4b
unify share settings
11 years ago
Bjoern Schiessle
cf9099c788
This settings doesn't belong together
...
Revert "make reshare settings foldable"
This reverts commit c01f196f72
.
Conflicts:
settings/templates/admin.php
11 years ago
Bjoern Schiessle
c991e148a6
improve share settings working
11 years ago
Morris Jobke
25c676f203
simplify SQLite warning
11 years ago
Bjoern Schiessle
5097bcc16d
improve settings name
11 years ago
Morris Jobke
68a4fd44e6
add notification on admin page
11 years ago
Volkan Gezer
c01f196f72
make reshare settings foldable
11 years ago
Volkan Gezer
1a22478446
reverts 188c543
and translates only mail
11 years ago
Volkan Gezer
188c5435d8
unwrapped strings fix
11 years ago
Jan-Christoph Borchardt
c6c4bb62e1
move saved notification for mail server, so it's smaller
11 years ago
Bjoern Schiessle
12338e0ef0
allow admin to disable sharing for specific groups of users
11 years ago
Bjoern Schiessle
b6e14af861
allow admin to enforce passwords for public link shares
11 years ago
Bjoern Schiessle
ec045b251c
hide input field if default expire date isn't activated
11 years ago
Thomas Müller
b7981910f7
adopt new settings style
11 years ago
Thomas Tanghus
287c8981bc
Check if ReflectionMethod::getDocComment is working
11 years ago
Volkan Gezer
ad1265da13
typo fix, by translators on transifex
11 years ago
Bjoern Schiessle
6650be9913
add setting to set default expire date
11 years ago
Thomas Müller
54476c468c
fix spelling 'Allow user ...' -> 'Allow users ...'
11 years ago
Jan-Christoph Borchardt
69be5bdbd8
replace personalblock fieldset with section div in admin and personal settings
11 years ago
Vincent Petry
b75ca9fb50
Display admin option for public upload with encryption enabled
...
Now that public upload works with encryption, the admin option to toggle
it must be made visible.
11 years ago
kondou
556c6eca23
Use OC_Util::formatDate()
11 years ago
kondou
c5440fa133
Move cron status to the right of the heading
11 years ago