Bjoern Schiessle
289e9130f3
make system root of key storage configurable
11 years ago
Bjoern Schiessle
8c08dd0ac2
occ tool to encrypt all files
11 years ago
Joas Schilling
6231bbdde3
Filter the objectstore password from the config list as well
11 years ago
Robin McCorkell
07e119a3f8
Introduce occ command to manage owncloud log backend
log:owncloud can set/display the log filename and log file rotation size
11 years ago
Robin McCorkell
67536e71aa
Introduce occ command for logging management
log:manage can set/display the log backend, log level and log timezone
11 years ago
Vincent Petry
6c8c8a328a
No error code when app already enabled/disabled
11 years ago
Vincent Petry
016cf11134
Return error code on failure with occ app:enable/disable
11 years ago
Joas Schilling
49ba7dc05d
Mark ldap agent password as sensitive
11 years ago
Thomas Müller
c3cac887f5
- more injection
- less static calls
- use params on sql queries
- handle sql exception on database and user creation gracefully
11 years ago
Thomas Müller
5ed38a75d6
Remove remainings of mssql
11 years ago
Joas Schilling
3566dcf246
PR #17046 deprecated OCP\Util::mb_(sub)str_replace()
11 years ago
Robin McCorkell
0de5c35dba
Allow specifying the checkers used in app:check-code
By default, all are enabled, but specific ones can be selected through command
line options.
11 years ago
Joas Schilling
a0c6f2e5e0
Use the decorator pattern
11 years ago
Joas Schilling
bba87a2a3b
Restructor the code into different classes instead of extending
11 years ago
Joas Schilling
9e469046fa
Use non-zero exit code
11 years ago
Joas Schilling
4e95031ec4
Allow app:check-code to check for deprecated methods
11 years ago
Joas Schilling
0a36331cb6
Use constants for the output formats
11 years ago
Joas Schilling
01dc3935d0
Add app and config name to error messages
11 years ago
Joas Schilling
d5dcb60e5d
Use json_pretty as default for the config lists (for easier export/import)
11 years ago
Roeland Jago Douma
032ffc969e
Move mimetypealiases.json to mimetypealiases.dist.json
11 years ago
Morris Jobke
08afce3d7e
[command] single user mode - use config object & add tests
11 years ago
Joas Schilling
85f012512e
Invert the "public" to a "private" method
11 years ago
Joas Schilling
e5bc9d0619
Make it possible to import exportet app/system configs
11 years ago
Joas Schilling
971060862e
Fix typo in command description
11 years ago
Joas Schilling
2b86eb0b29
Add commands to get, set and delete app config values
11 years ago
Joas Schilling
130b5d8587
Allow reading from stdin
11 years ago
Joas Schilling
86952f88cb
Add a command to import an json array into the config
11 years ago
Joas Schilling
bc084c40a6
Add a command to delete a system config
11 years ago
Joas Schilling
3608c1007e
Add a command to get a config value
11 years ago
Joas Schilling
a83eac3762
Add a command to set a system config value
11 years ago
Joas Schilling
5370bba0b6
Split the system from the app config
11 years ago
Joas Schilling
371a4d014a
Fix no value
11 years ago
Joas Schilling
5d84876ecd
Missing doc
11 years ago
Joas Schilling
2f65332014
Add an option to exclude sensitive values (e.g. for reports)
11 years ago
Joas Schilling
6763637773
Add a command to list existing configs
11 years ago
Joas Schilling
6ed8ba0ce9
Fix nested array lists
11 years ago
Roeland Jago Douma
c8145cdbd6
Javascript mimetype icon resolver
This makes it possible to retrieve the icon for mimetypes in javascript.
It makes no additional queries to the server to retrieve the mimetype.
* config/mimetypealiases.json added
* mimetype.js: this is where the logic resides to convert from mimetype
to icon url
* mimetypelist.js: generated file with a list of mimetype mapping (aliases)
and the list of icon files
* ./occ maintenance:mimetypesjs : new command for occ to gernerate
mimetypes.js
* unit tests updated and still work
* javascript tests added
* theming support
* folder of the theme is now present in javascript (OC.theme.folder)
11 years ago
Morris Jobke
f63915d0c8
update license headers and authors
11 years ago
Joas Schilling
e5bc50d156
Use non-zero exit code when app is not compliant (so CIs can detect the status)
11 years ago
Morris Jobke
5ff536b45a
[upgrade] add verbosity check and show repair info & steps
11 years ago
Joas Schilling
dba5d5e205
Use a OutputFormatter instead of hacking into writeln()
11 years ago
Joas Schilling
d8b9f6ac23
Use logtimezone and logdateformat
11 years ago
Morris Jobke
0137a3c5e0
[upgrade] show timestamp for output during upgrade
* added --show-timestamp option
11 years ago
Morris Jobke
c86e129ce9
[updater] keep maintenance active on failure and mark failure in red
11 years ago
Morris Jobke
1ba9fd3ada
[upgrade] print update message before running the update code
* otherwise you don't know during which app update something failed
11 years ago
Morris Jobke
fe42553e8a
[updater] propagate error case properly
* add $success to the updateEnd hook
* add new return code for a update failure
* add exception class to failure hook message
11 years ago
Jens-Christian Fischer
0013c4115e
Fix error message and add 'user' to it
11 years ago
Steffen Lindner
48040c46cb
Skip disable3rdParty Apps
11 years ago
Scrutinizer Auto-Fixer
fdbc21fc6c
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
11 years ago
Morris Jobke
064f5204cc
Persist the state of the maintenance after an upgrade
* if maintenance mode was enabled before an upgrade
it will be enabled afterwards too
* fixes #16429
11 years ago