Thomas Pulzer
ba3f4f118e
Changed logtype to file instead of owncloud.
...
- Updated the config sample to point to log_type='file'
- Renamed the Class for logfile logging to File in namespace 'OC\Log\'.
Changed the occurrences of 'OC\Log\Owncloud' to 'OC\Log\File'.
- Renamed the Class for log:file command to File in namespace 'OC\Core\Command\Log\File'.
Changed registration of the command to use 'OC\Core\Command\Log\File'.
- Changed default Syslog tag to Nextcloud
- Retained backwards compatibility for configs with 'logtype' => 'owncloud'
- Adjusted tests for the new file log.
Closes #490 .
2016-07-22 11:44:19 +02:00
Joas Schilling
0215b004da
Update with robin
2016-07-21 18:13:58 +02:00
Joas Schilling
ba87db3fcc
Fix others
2016-07-21 18:13:57 +02:00
Morris Jobke
c2d88a08b7
Remove unneeded checks if it runs on a Windows machine
...
* the setup check is still there
2016-07-08 15:55:17 +02:00
Vincent Petry
fb087a0261
Use temporary htaccesstest.txt for data dir security check
2016-06-07 18:36:13 +02:00
Joas Schilling
4da5a74192
Add a warning when the transaction isolation level is not READ_COMMITED
2016-05-30 12:31:33 +02:00
Lukas Reschke
aba539703c
Update license headers
2016-05-26 19:57:24 +02:00
Joas Schilling
3ff314c6f2
Fix usages of OC\Log\Owncloud
2016-05-04 10:37:52 +02:00
Thomas Müller
1ab27ddd4a
Merge pull request #24081 from owncloud/migrate-deprecated-jquery-v1-functions
...
migrate deprecated jQuery 1.x functions
2016-04-20 20:38:38 +02:00
Joas Schilling
c670c23455
Add loadAdditionalScripts events to admin and personal for plugins that have no section
2016-04-20 12:30:48 +02:00
Christoph Wurst
05d203a989
replace $.parseJSON() by JSON.parse()
2016-04-19 15:06:42 +02:00
Roeland Jago Douma
35024beb9c
Add `allow sharing with groups` checkbox to admin page
2016-03-22 17:13:34 +01:00
Thomas Müller
c5a200c419
Merge pull request #21653 from owncloud/update-license-headers-2016
...
Update license headers 2016
2016-01-13 08:29:42 +01:00
Thomas Müller
682821c71e
Happy new year!
2016-01-12 15:02:18 +01:00
Thomas Müller
eac5d9fb3a
Merge pull request #21336 from owncloud/system-root-certs
...
Allow admins to add system wide root certificates
2016-01-12 15:01:46 +01:00
Robin Appelman
0d0377ebfb
Add a config option to enable certificate management
2016-01-12 12:58:45 +01:00
Robin Appelman
c15cab7ed6
Allow admins to add system wide root certificates
2016-01-12 12:50:59 +01:00
Morris Jobke
8b6b042ffd
Add config switch to disable the .well-known URL check
2016-01-12 09:53:23 +01:00
Jan-Christoph Borchardt
bfee488c56
remove unneeded 'goto' prefix from settings anchors
2016-01-04 12:59:32 +01:00
Morris Jobke
e6d4496fc2
Remove unused setActiveNavigationEntry of OC_App - it's also in OCP\App
2015-12-04 17:23:51 +01:00
Morris Jobke
b945d71384
update licence headers via script
2015-10-05 21:15:52 +02:00
Lukas Reschke
8f4611e21d
Check if decoded JSON returned null
...
The value might return null resulting in a PHP error.
Fixes https://github.com/owncloud/core/issues/19542
2015-10-02 21:56:20 +02:00
Thomas Müller
b2dd5cb616
save excluded groups in json format - fixes #10983
2015-10-01 15:37:55 +02:00
Morris Jobke
1f385fba04
[settings] make it less static
2015-09-30 17:58:03 +02:00
Morris Jobke
6636605ea6
Add option to disable autocomplete in share dialog
2015-09-23 15:06:28 +02:00
Robin Appelman
4361ff92e2
Replace server status message about transitional file locking with setup warnings
2015-09-03 11:59:47 +02:00
Robin McCorkell
519fcee15f
Merge pull request #17994 from owncloud/server-status
...
correct order and capitalization of 'Server status' admin settings entry
2015-07-30 21:31:10 +01:00
Jan-Christoph Borchardt
2d130826da
correct order and capitalization of 'Server status' admin settings entry, fix #17395
2015-07-30 17:34:13 +02:00
Morris Jobke
8184527760
[admin settings] only retrieve log file size if file exists
...
* fixes #17467
2015-07-29 20:41:34 +02:00
Lukas Reschke
b344e40acc
Allow classes in <h2> tags
...
Previously something like `<h2 class="inlineblock"><?php p($l->t('Some title')) ?></h2>` was shown as `<h2 class="inlineblock">Some title` within the sidebar instead as `Some Title` due to the fact that the regex was catching these classes but was not properly running the string replace function.
2015-07-26 23:00:50 +02:00
Morris Jobke
f63915d0c8
update license headers and authors
2015-06-25 14:13:49 +02:00
Joas Schilling
bdc82dcfb9
Check for redis to be 2.2.5+
2015-06-02 15:42:48 +02:00
Thomas Müller
43772e2a9a
Adding information on file locking status to admin section
2015-06-01 13:24:02 +02:00
Joas Schilling
eadc2c330c
Display the module settings in the list of the encryption modules
2015-05-04 15:04:03 +02:00
Joas Schilling
1341d03455
Can't use function return value in write context
2015-04-27 14:28:31 +02:00
Joas Schilling
d600955a51
Make getDefaultModuleId public and get module protected
2015-04-27 11:03:51 +02:00
Thomas Müller
6d3f120d23
Merge pull request #15617 from mmattel/getenv_system_check_and_warning
...
Checks if getenv returns proper system environment variable results
2015-04-23 14:42:58 +02:00
root
35dbef55b5
Checks if getenv returns proper system variable results
...
Updated texts and changed the variable name to match the query
Updated text + info which path for php config is used
removed the term ownCloud and squashed the commits
Updated text
2015-04-23 10:58:13 +02:00
Joas Schilling
b5c5775626
Fix potential undefined variable
2015-04-18 10:20:13 +02:00
Jan-Christoph Borchardt
b083b65894
fix capitalization for server-side encryption and email server, fix #15642
2015-04-17 17:57:30 +02:00
Bjoern Schiessle
7d4b1b52d0
always create a new instance of the encryption module
2015-04-17 10:31:33 +02:00
Bjoern Schiessle
d2ef73367c
allow user to start migration in admin settings if no external user back-ends are enabled
2015-04-16 14:15:04 +02:00
Bjoern Schiessle
e3d77c4b01
add migration script from old encryption to new one
2015-04-16 14:15:04 +02:00
Thomas Müller
bd933b1c85
Adding app icon and fixing admin setting
2015-04-07 13:30:29 +02:00
Joas Schilling
4608d3def7
Fix link to the updater
2015-03-27 09:38:13 +01:00
Joas Schilling
495562f40c
Move federated cloud sharing, files externals and updater to special positions
2015-03-27 09:38:09 +01:00
Thomas Müller
232518ac54
Merge pull request #15234 from owncloud/encryption2_core
...
core part of encryption 2.0
2015-03-26 21:14:59 +01:00
Bjoern Schiessle
ff9c85ce60
implement basic encryption functionallity in core to enable multiple encryption modules
2015-03-26 20:56:51 +01:00
Thomas Müller
9c6649f4f1
Merge pull request #15228 from owncloud/add-missing-navigation-for-tips-n-tricks
...
Add navigation entry for tips and tricks setion
2015-03-26 18:21:44 +01:00
Joas Schilling
cd09b949a6
Add navigation entry for tips and tricks setion
2015-03-26 16:23:21 +01:00