Commit Graph

473 Commits

Author SHA1 Message Date
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
Julius Haertl
133a8500b2 Add documentation on icon theming (closes #233) 2016-12-05 23:23:06 +01:00
LiamHD
70ff2683b8 Improve reache-ablity of settings chapter
The settings chapter was only reachable via the forward / back navigation at the top. It was not linked from inside the index page.

Same as pull request #225
2016-11-13 15:19:56 +01:00
Joas Schilling
84e38bfe97 Use one command
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-19 09:23:58 +02:00
Joas Schilling
7ff44108af Update documentation to work without ncdev
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-17 16:32:11 +02:00
Joas Schilling
928359050e Fix minor issues
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-17 15:57:49 +02:00
Morris Jobke
7b9791b2d8 Update appdata.rst 2016-10-06 13:56:48 +02:00
Roeland Jago Douma
8424fda450 Docs for the IAppData 2016-10-06 13:40:12 +02:00
Joas Schilling
d58c628901 Fix version documentation (appinfo/version is deprecated)
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-04 10:08:59 +02:00
Lukas Reschke
7656d3d353 Use proper repo 2016-09-07 10:58:51 +02:00
Roeland Jago Douma
343c54f976 Add some docs for developers wanting to the OCS and the AppFramework 2016-09-05 11:04:11 +02:00
Julius Härtl
3526238138 Fix typo in appinfo example 2016-08-24 17:13:31 +02:00
Arthur Schiwon
0c74a2ec50 add Settings doc 2016-08-19 11:15:16 +02:00
Julius Haertl
08b78199c8 Add documentation about theming app for app developers 2016-08-12 11:20:53 +02:00
Joas Schilling
0a56f5ce71 Remove duplicate deprecation 2016-08-01 08:35:14 +02:00
Joas Schilling
2aa1ab61ad Add a note how to check for nextcloud version 2016-08-01 08:34:48 +02:00
Morris Jobke
2647609319 Fix it 2016-07-25 11:00:02 +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
Joas Schilling
d324e86129 Fix importance of headlines
- is h2 and = is h3
2016-07-11 09:36:59 +02:00
Stefan Weil
3685254432 developer_manual: Fix some typos (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-06-15 21:13:19 +02:00
Christoph Wurst
b50ab08d21 add two-factor-auth, code-signing to TOC 2016-06-08 14:02:47 +02:00
Vincent Petry
5a1d209101 Fix indents and spaces for two factor provider 2016-06-08 13:41:33 +02:00
Christoph Wurst
354ac17978 document 2FA provider development 2016-06-08 13:28:47 +02:00
janklostermann
33abc4309a added <developer> section to documentation section
To make the documentation section complete I added the <developer> section, as the doc.owncloud.org also offers the `developer_manual` area.
Furthermore it would be very helpful for contributors to have this point of reference to find their way to the existing documentations (even if they are the `README.md` files in Github).
2016-06-02 14:14:45 +02:00
Joas Schilling
46c1374006 Document PSR-4 autoloading for apps 2016-05-11 15:10:39 +02:00
Morris Jobke
1febeea788 Merge pull request #2217 from wetsixteen/patch-2
fix missing 'this' in hooks
2016-03-15 08:36:54 +01:00
Pellaeon Lin
0a725fcd06 Add instructions to use the code checker before publishing 2016-03-07 14:14:54 +08:00
wetsixteen
7b9906d614 fix missing 'this' in hooks
copy paste otherwise creates error 500
2016-03-05 17:33:00 +01:00
RealRancor
6cbe301807 web server -> Web server 2016-02-03 09:19:33 +01:00
Carla Schroder
8b1302bce4 Merge pull request #2020 from owncloud/phil-davis-app-category
Correct valid app category strings for category in XML fixes #2018
2016-02-02 08:53:18 -08:00
Lukas Reschke
01c6a17c49 Use --path instead of --appId 2016-01-20 20:49:55 +01:00
Lukas Reschke
9bb568543e Wording adjustment
As per https://github.com/owncloud/documentation/pull/2047/files#r50002706
2016-01-20 20:46:07 +01:00
Lukas Reschke
3c28d23a53 Add information on how to handle keys for multiple devs 2016-01-15 18:31:35 +01:00
Joas Schilling
89daac4425 Merge pull request #2045 from owncloud/prevent-group-enable-for-apps
New app type prevent_group_restriction
2016-01-15 13:19:53 +01:00
Lukas Reschke
a165c37bc8 Merge pull request #2036 from owncloud/non-interactive-for-devs
Use non interactive mode for certificate creation
2016-01-15 11:06:01 +01:00
Joas Schilling
a01e295c55 New app type prevent_group_restriction 2016-01-14 15:41:26 +01:00
Morris Jobke
38c3758707 Merge pull request #1712 from owncloud/new-scanner-hooks
postScanFile and postScanFolder are now available in OC\Files\Utils\Scanner
2016-01-14 13:53:24 +01:00
RealRancor
5cef9fec02 Change http:// links to https:// 2016-01-13 18:52:30 +01:00
Lukas Reschke
056a6c6a57 Use non interactive mode for certificate creation 2016-01-13 17:47:27 +01:00
Phil Davis
0d9ca255c8 Correct valid app category strings for category in XML
Although the ownCloud App store front-end webGUI has categories "Games" and "Tools" on the left side-bar for users to choose from, the string that goes in the app XML category tag is "game" or "tool".
2016-01-11 19:07:55 +05:45