Commit Graph

990 Commits

Author SHA1 Message Date
John Molakvoæ (skjnldsv)
ac73d63d63 Navigation edit, syntax illustrations
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-10-25 00:29:38 +02:00
John Molakvoæ (skjnldsv)
6757806d06 Grammar fixes and syntax
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-10-25 00:29:34 +02:00
John Molakvoæ (skjnldsv)
5f1023a9d0 More pages and some pictures
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-10-25 00:29:31 +02:00
John Molakvoæ (skjnldsv)
e6acb6d536 Popovermenu
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-10-25 00:29:26 +02:00
John Molakvoæ (skjnldsv)
a3198c4b8b Navigation 1
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-10-25 00:29:23 +02:00
John Molakvoæ (skjnldsv)
aef56beb03 Initial files
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-10-25 00:29:18 +02:00
Julius Härtl
5f26e50901 Remove logo-wide from custom theme docs
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2017-09-03 18:49:43 +02:00
Tobia De Koninck
a3b2bb1b42 Fix some more style issues 2017-08-14 11:57:11 +02:00
Tobia De Koninck
c66f49652c Fix style issues 2017-08-14 11:57:05 +02:00
Tobia De Koninck
d68e600304 Add documentation about repair stesp
Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
2017-08-14 11:57:00 +02:00
Jason Bayton
a53d792219 Add in CSS changes for NC12
As the CSS files have been merged into a global server.css, official documentation (and not just release notes) should indicate this.
2017-08-11 14:54:05 +02:00
Jos Poortvliet
87df509cbe Update app store documentation
Let's fix the app store publishing docu by linking to readthedocs.io

Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
2017-08-05 10:11:56 +02:00
Jonas
8561faf8fd Fixed dead link in bugtracker 2017-07-23 23:06:37 +02:00
Isaac Kwan
b102e25549 Update devenv.rst
config file is located in `config/config.php` not `core/config/config.php`
2017-07-23 20:58:17 +02:00
Morris Jobke
d357fa7bcb Fix developer manual
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-07-20 17:03:05 +02:00
Björn Schießle
8dc968c36a Switch to OCSv2
All Nextcloud versions support OCSv2 so our documentation should recommend to use this API which result in a more restful behaviour.
2017-07-05 10:10:27 +02:00
lioff
b42988a244 fix typo in markup to repair code block
the code block was invisible through the typo:
https://docs.nextcloud.com/server/12/developer_manual/core/theming.html#changing-the-default-colours
2017-07-05 10:09:27 +02:00
Nick Bakkegaard
5e2e25679d point to latest version of karma 2017-06-22 18:23:29 -05:00
Nick Bakkegaard
7776ca5ad8 Update categories in info.rst 2017-06-22 18:11:53 -05:00
LiamHD
46bb290f01 Replace usage of deprecated IDb 2017-06-05 07:59:12 -05:00
Julius Härtl
566ebfb900 Update theming docs
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2017-05-23 10:30:11 -05:00
Daniel Calviño Sánchez
a7be5488fc Fix Sphinx warnings
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-05-13 00:52:46 +02:00
Daniel Calviño Sánchez
4109a7d128 Fix broken or missing internal links
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-05-13 00:52:46 +02:00
Daniel Calviño Sánchez
618cb94e50 Replace/remove link to Drone server
The main page for the Drone server of Nextcloud does not provide any
value to a regular user, as it is just a login page. Due to its use in
the Kanban document, its link was replaced by the webpage of the Drone
project itself; in the case of the codereviews document the link was
removed and replaced with a textual explanation about where to find the
results of each pull request build.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-05-13 00:52:46 +02:00
Daniel Calviño Sánchez
aa5b59d0bb Remove outdated link
The server to view the status of Transifex syncs is not publicly
available, so the link and the section it belonged to (which simply
provided the link to view the status of Transifex updates) were removed
altogether.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-05-13 00:52:46 +02:00
Daniel Calviño Sánchez
02c14a31e5 Fix markup
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-05-13 00:52:46 +02:00
Daniel Calviño Sánchez
c1143b5a16 Add/improve explanations
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-05-13 00:19:14 +02:00
Daniel Calviño Sánchez
7fc9bc1933 Use self-describing terms "UpperCamelCase" and "lowerCamelCase"
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-05-10 01:18:23 +02:00
Daniel Calviño Sánchez
9b4ac572df Fix description of case used in attribute names
Attributes are written in lowerCamelCase, not Pascal case (aka
UpperCamelCase).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-05-10 00:47:21 +02:00
Daniel Calviño Sánchez
4b8793c3f7 Fix markup
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-05-10 00:44:10 +02:00
Daniel Calviño Sánchez
d18a61c515 Fix style-related punctuation
Based on the style that can be inferred from the current documentation,
paragraphs should end in periods, except when followed by lists or
examples in which case they should end in colons; list items should not
use an ending period, except when the list items act themselves as
paragraphs.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-05-10 00:40:46 +02:00
Daniel Calviño Sánchez
8ef9e467dc Fix sample code format
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-05-10 00:27:17 +02:00
Daniel Calviño Sánchez
a2069175fc Fix broken or outdated links
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-05-10 00:27:17 +02:00
Daniel Calviño Sánchez
8e727e085d Fix upper case letters
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-05-10 00:27:17 +02:00
Daniel Calviño Sánchez
7552763df7 Fix assorted typos
The typos go from "pure" typos ("jepg" instead of "jpeg") to
"grammatical" typos like extra commas breaking the flow of a sentence.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-05-10 00:27:17 +02:00
Morris Jobke
029ce7b387 Merge pull request #312 from nextcloud/update-externalapi
Quick and dirty update of OCS Api dev-doc
2017-05-03 10:53:56 -03:00
Morris Jobke
3ef5a6d229 Merge pull request #433 from ilpianista/master
Replace ownCloud Apps Store occurrences
2017-05-02 15:19:30 -03: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
Andrea Scarpino
678b6a8e16 Replace ownCloud Apps Store occurrences 2017-04-28 17:38:21 +02:00
Lukas Reschke
744d6dba32 Document brute-force protection annotation
For https://github.com/nextcloud/server/pull/4346

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-04-13 23:52:33 +02:00
Lukas Reschke
a0f6beaec7 Add documentation for rate limiting
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-04-13 17:26:51 +02:00
Alan Tygel
0d80cfe1b8 Include password in postLogin parameters
Include password in postLogin parameters, since it was wrongly written at the documentation.
2017-04-11 17:02:55 -03:00
Jan-Christoph Borchardt
873f0fe821 add new CSS/HTML template standards 2017-03-28 00:32:47 +02:00
Alan Tygel
b1960a7afd Include changeUser hook
Include changeUser hook
2017-03-10 07:08:07 -03:00
Morris Jobke
2ccd6eb730 Merge pull request #351 from nextcloud/client-apis
document client api's
2017-02-24 12:30:27 -06:00
Morris Jobke
4912deca91 Merge pull request #364 from nextcloud/user-metadata
document user metadata
2017-02-24 12:29:42 -06:00
Morris Jobke
acb9988493 add proper links
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-02-24 12:28:58 -06:00
Morris Jobke
02dea61504 remove documentation for tags for now
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-02-24 12:26:25 -06:00
Morris Jobke
397c0fa843 notifications API
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-02-23 22:41:15 -06:00
Morris Jobke
1af5fbaec5 document user metadata
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-02-23 22:37:46 -06:00