Commit Graph

117 Commits

Author SHA1 Message Date
Thomas Citharel
da8da265fd Add Groupware section
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-04-22 08:23:13 +02:00
Sascha Wiswedel
5f30a79edc App Store: "official" is now "Featured"
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-04-20 14:15:49 +02:00
Jan-Christoph Borchardt
139f1876eb Fix a sentence to not be gendered 2020-03-26 23:38:41 +01:00
Anton Strömkvist
62a5862359 Use more inclusive pronouns
Replace instances of gendered pronouns (e.g. 'she' and 'he')
with an equivalent variant of singular 'they'

Signed-off-by: Anton Strömkvist <anton@stromkvist.com>
2020-02-27 22:14:46 +01:00
Rafal Zawadzki
e5b0989bed Fix the order of lines :/ 2019-10-05 00:17:10 +02:00
Rafal Zawadzki
ade76e5a3f #1608 app:update command documented 2019-10-04 23:59:13 +02:00
Tim Terhorst
9e7b298735 Update logging docs to add fatal option
Signed-off-by: Tim Terhorst <mynamewastaken+gitlab@gmail.com>
2019-10-03 17:33:33 -05:00
cloud2018
fb0af3ffc7 parameter --all-users for trashbin:cleanup 2019-05-28 14:50:48 +02:00
Morris Jobke
e601b370c7 Update occ_command.rst 2019-03-04 13:03:52 +01:00
Frank Lanitz
a69b64401e Fix a link to point to correct version and remove TODO entry 2019-03-02 12:03:58 +01:00
Morris Jobke
e77e852a9e Fix broken links - regression from #980
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-01 16:34:57 +01:00
Thomas Citharel
3343e6e1d3 Add documentation for several dav commands
Following https://github.com/nextcloud/server/pull/5881
2019-01-28 18:35:30 +01:00
Marius Blüm
48af743224 Add group commands label
Signed-off-by: Marius Blüm <marius@lineone.io>
2019-01-25 12:13:40 +01:00
Jani Uusitalo
687213b6c2 Fix typo: "parameters and are" -> "parameters are" 2019-01-01 13:49:13 +02:00
Christoph Wurst
a22f105552 Revamp 2FA admin docs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-11-22 14:59:55 +01:00
Jos Poortvliet
2357a855ca Update occ_command.rst
adding info from @akalypse in https://github.com/nextcloud/server/issues/8311?fbclid=IwAR07RjhNMtK4MwbcGX6e03XclX4BIEGZ48cYn8Rt9fEWdONxWTlpd1uHiQ4#issuecomment-423243061 - pls check @schiessle
2018-10-27 15:05:28 +02:00
Morris Jobke
7520bc38a7 Fix line break
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-10-24 17:05:14 +02:00
Kim Brose
af070e87fe Update usage of --path argument
Update use of --path argument for files:transfer-ownership to reflect https://github.com/nextcloud/server/blob/master/apps/files/lib/Command/TransferOwnership.php#L126
2018-10-19 14:15:52 +02:00
Morris Jobke
f1c2a86621 Remove unneeded label
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-09-28 15:41:47 +02:00
Dominik
066209a5e9 Removed Upgrade Option
Removed “--no-app-disable” Option from the occ upgrade command since this option does not exist in Nextcloud 14 anymore.
2018-09-28 11:28:53 +02:00
Joas Schilling
4bbb81a320 Fix docs
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-09-13 12:26:42 +02:00
Joas Schilling
665c7368d8 Merge pull request #849 from nextcloud/prepare-stable14
Increase versions to 14
2018-09-04 12:28:04 +02:00
Joas Schilling
1deab991be Increase versions to 14
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-09-04 12:17:40 +02:00
Joas Schilling
0b43f1d0ed Remove all mentions of php 5.6 and below
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-09-04 12:11:07 +02:00
Denis Mosolov
1cefd2dc25 Add Group commands 2018-08-24 17:36:59 +03:00
Morris Jobke
5e9e7f842d Add new log backend in 14
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-07-04 10:20:11 +02:00
Morris Jobke
9578a1149c Fix occ log command
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-07-04 10:18:34 +02:00
VirtualJMills
1a66814f32 Update occ_command.rst
Provide examples of other "run as other user" wrappers, and slightly tweak wording of "Note:" block referencing the "other" user.
2018-06-17 22:30:10 -07:00
Johannes Ernst
d9f9793b52 Added section on how to set hierarchical values per https://github.com/nextcloud/server/issues/9708#issuecomment-395320246 2018-06-08 18:22:21 +00:00
blizzz
f144552568 fix typo 2018-05-07 16:24:27 +02:00
Morris Jobke
65f98fc4c4 Update encryption commands
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-03-05 11:17:14 +01:00
Viktor Födowski
5898ddb8fc Mention new maintenance:theme:update
In Nextcloud 13 maintenance:theme:update got added. See nextcloud/server#5441

This mentions the new command.
2018-02-09 11:53:51 +00:00
Daniel Hansson
142f054403 add app:install 2018-02-06 18:15:27 +01:00
Bjoern Schiessle
3cc1dac4c7 add documentation for the new occ command to add new database indices
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-01-16 11:07:58 +01:00
peterdamian
9919a3fd3d #600 Change headers to sentence case 2017-11-20 15:15:05 -05:00
Joas Schilling
b679c0230b Explain data-fingerprint
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-10 11:17:08 +02:00
Joas Schilling
995e39e302 Remove docs about single user mode
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-10 11:08:04 +02:00
Morris Jobke
9ef437c382 Update version number in links to 12
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-01 12:20:28 -03:00
Lukas Reschke
22e2530623 Remove recommendation to change permissions
1. The wording here is really off. We don't really recommend this highly.
2. This is even contraproductive as it disallows updating via the app store
3. Once we have automatic updates this will effectively decrease security from my PoV

Also, an attacker can execute code also using other ways once they have write access to Nextcloud or the data folder.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-04-26 11:13:50 +02:00
Morris Jobke
f7fb0f9d1c Merge pull request #376 from nextcloud/remove-migration-test-docs
Remove docs about migration simulation
2017-03-06 12:07:00 -06:00
Joas Schilling
4a9297e28c Remove docs about migration simulation
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-03-06 12:33:35 +01:00
Lukas Reschke
a65cea8848 Remove invalid Shibboleth documentation
This is for the old Shibboleth app and not the new fancy one we have.
2017-02-27 13:01:40 +01:00
Joas Schilling
27cb92fb6b Adjust more mentions on php versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-01-05 10:00:43 +01:00
Morris Jobke
71bc5c4540 Merge pull request #203 from nextcloud/smb-notify
add documention for smb update notifications
2016-12-06 10:31:19 +01:00
Joas Schilling
c40cf7ccbe Add a section about autocompletion for occ
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-11-17 15:29:11 +01:00
Robin Appelman
d0b50ae237 add documention for smb update notifications 2016-10-13 15:20:41 +02:00
Joas Schilling
5e63e32194 Master is now NC11 2016-07-25 11:19:46 +02:00
Joas Schilling
d0ad5912e0 Add THE™ comment for cross links to all of them 2016-07-25 11:19:46 +02:00
Joas Schilling
d3d6ea5ac4 Some more cleanup 2016-07-21 15:31:49 +02:00
Lukas Reschke
6ccd2c5678 Branding 2016-07-21 00:21:47 +02:00