Morris Jobke
763cde1a7d
Merge pull request #697 from nextcloud/public-templates
...
[14] Add documentation for PublicTemplateResponse
2018-04-04 12:16:02 +02:00
Steven R. Baker
135bb00f57
The @group DB annotation is missing, breaks the test.
2018-03-05 15:56:05 +01:00
Steven R. Baker
c79d228efa
Integration is typo'd.
2018-03-02 23:59:48 +01:00
Julius Härtl
5b9d2e8b2d
Add documentation for PublicTemplateResponse
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2018-02-27 17:19:54 +01:00
John Molakvoæ (skjnldsv)
5268c60c41
Fixed extensions
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2018-02-24 00:20:42 +01:00
John Molakvoæ (skjnldsv)
3435b62da5
Scss decoumentation
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2018-02-24 00:14:32 +01:00
Raimund Schlüßler
5db1080c3c
Change deprecated/removed database query
2018-01-07 17:38:35 +01:00
peterdamian
68514fa20f
Use macOS where applicable, other minor changes
2017-11-30 18:44:25 -05:00
peterdamian
9919a3fd3d
#600 Change headers to sentence case
2017-11-20 15:15:05 -05:00
peterdamian
7f36e3580f
Fix accidental change to SQL statement
2017-11-20 10:47:26 -05:00
peterdamian
41428a522f
Header changes related to issue #602
2017-11-18 14:38:35 -05:00
Hugo Martins
b26581f980
Code Comment Correction
...
Fixes #329 .
This correction fixes a comment mistake because it was copy pasted from the above section.
2017-10-29 21:27:43 +00:00
Morris Jobke
c2862bda44
Merge pull request #565 from nextcloud/design-update
...
Design guidelines
2017-10-25 00:28:48 +02:00
John Molakvoæ (skjnldsv)
91fffff7f4
Fixed old css section and added angular example
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2017-10-24 05:56:19 +02:00
Julius Härtl
269cc812b4
App development: Update routes documentation and remove code not using DI
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2017-10-03 21:05:48 +02:00
Julius Härtl
19eecd37cf
App development: Update info.xml documentation with the one from the app store docs
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2017-10-03 20:47:15 +02:00
Julius Härtl
625d8ab984
App development: Update getting started and app init docs
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2017-10-03 20:43:33 +02:00
Philip Allgaier
9d110db269
Corrected "App-Tutorial" Github link
...
Now it points correctly to Nextcloud's Github repo.
2017-08-25 15:24:24 +02:00
Morris Jobke
a182ac43a5
Merge pull request #531 from nextcloud/add_repair_steps
...
Add documentation about repair steps
2017-08-14 11:55:51 +02:00
Tobia De Koninck
23c11d16ec
Fix some more style issues
2017-08-14 11:35:38 +02:00
Tobia De Koninck
42654591ba
Fix style issues
2017-08-13 10:36:30 +02:00
Jos Poortvliet
ae031025ab
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-01 14:40:49 +02:00
Tobia De Koninck
3d8e410fc3
Add documentation about repair stesp
...
Signed-off-by: Tobia De Koninck <tobia@ledfan.be >
2017-07-23 11:40:43 +02:00
Morris Jobke
b417996fea
Merge pull request #512 from bakkegaard/fix-link
...
Fix link
2017-06-22 18:23:16 -05:00
Nick Bakkegaard
ce32e90ad4
point to latest version of karma
2017-06-21 23:01:04 -05:00
Nick Bakkegaard
77e794cd2a
Update categories in info.rst
2017-06-21 21:44:56 -05:00
LiamHD
6583f04f9e
Replace usage of deprecated IDb
2017-06-05 14:22:50 +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
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
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
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
raimund-schluessler
5f678164bf
Add closing ul tag
2017-02-20 08:42:36 +01:00
Jakob Sack
d0437c1768
Fix an error in the app tutorial
2017-02-15 22:18:45 +01:00
Morris Jobke
3c8c335cea
Merge pull request #339 from tflidd/fix330
...
Fix missing quote
2017-01-30 12:15:37 -06:00
tflidd
758971014e
Fix missing quote
2017-01-29 12:01:45 +01:00
Alan Tygel
2a2fd6d7c8
Explicitly type $userManager
...
Hi, I'm getting started on NC apps. On my app, the dependency injection only worked after declaring the type of UserManager explicitly.
I'm not 100% sure, but it worked here.
best,
alan
2017-01-20 12:46:46 -03:00
Joas Schilling
66aa779a86
Downstream of https://github.com/owncloud/documentation/pull/2700
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2017-01-05 10:40:31 +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