Commit Graph

493 Commits

Author SHA1 Message Date
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
Carla Schroder
9940e62a5c Link dev manual to apps/maintainers Wiki on github 2015-12-17 14:02:53 -08:00
Carla Schroder
330bc8c8f6 updates to code signing docs 2015-12-09 12:15:01 -08:00
Lukas Reschke
487dc51cec Add some documentation about code signing
Some initial documentation about code signing.
2015-11-27 20:23:09 +01:00
Carla Schroder
db6d0f635a Merge pull request #1838 from pellaeon/master
Update Javascript L10N section
2015-11-06 11:27:24 -08:00
Jos Poortvliet
b716e7a672 No more appform, git repo it is. 2015-11-06 11:07:06 +01:00
Morris Jobke
d977e23fd0 Merge pull request #1861 from owncloud/filelist-only-js-scripts
Add comment about file list only JS scripts
2015-11-03 12:54:22 +01:00
Joas Schilling
1fda7ad94c Add comment about file list only JS scripts 2015-11-03 12:41:02 +01:00
Jos Poortvliet
48250de825 Update l10n.rst
super minor fix, hope a direct commit is OK... Yell if not.
2015-11-02 16:46:02 +01:00
Morris Jobke
14768f98d2 Fix typo 2015-10-29 17:27:33 +01:00
Morris Jobke
76c45891de Rename variable 2015-10-29 17:12:59 +01:00
Morris Jobke
8b3ab9d73f document extending the new menu in files app 2015-10-29 16:40:29 +01:00
Pellaeon Lin
4be8316520 Update Javascript L10N section 2015-10-29 11:24:18 +08:00
Morris Jobke
aa6937cc1f fix how to get the App container 2015-10-12 13:37:36 +02:00
Morris Jobke
1241b6387b Remove PIM as app category 2015-10-02 09:48:30 +02:00
RealRancor
7e3c6ebdd0 "Other" category is gone at the appstore 2015-10-01 08:29:00 +02:00
Olivier Paroz
25d40cc290 postScanFile and postScanFolder are now available in OC\Files\Utils\Scanner
Reflect the changes introduced by https://github.com/owncloud/core/pull/19460
2015-09-30 19:17:20 +02:00
Jos Poortvliet
f5aa754d28 address comments 2015-09-04 18:04:02 +02:00
Jos Poortvliet
20750ef597 Update publishing.rst
Add that Official apps should support everything ownCloud Core supports. Otherwise - they can become approved apps.
2015-09-04 13:27:38 +02:00
Robin McCorkell
04acae9c46 Mention test requirement on bootstrap.php 2015-09-02 14:57:05 +01:00
LEDfan
f73893ab56 Add 2 underscoed instead of none 2015-09-01 16:01:44 +02:00
Morris Jobke
c54b95497f Switch constant DEBUG to proper config option
* see owncloud/core#18510
2015-08-26 16:18:44 +02:00
Phil Davis
358731c147 Publishing - forward port 73d6e862f4 2015-08-18 08:02:27 +05:45
Carla Schroder
4808057feb Merge pull request #1494 from owncloud/phil-davis-Dev-App-Publishing
Dev App Publishing minor edits
2015-08-14 11:06:37 -07:00
Hendrik Leppelsack
f8fad9d8f5 fix error in comment 2015-08-14 14:25:16 +02:00
Phil Davis
b8f3ef1d85 Dev App Publishing minor edits 2015-08-14 17:25:26 +05:45
Jos Poortvliet
9c1705baf4 Update publishing.rst
Add link to appform, which is now live! Better than direct ML submission...
2015-08-12 14:48:08 +02:00
Carla Schroder
edc70c2740 Merge pull request #1422 from owncloud/phil-davis-dev-app-config
Dev App Config minor corrections
2015-08-10 09:08:46 -07:00
Carla Schroder
278f2df2b7 Merge pull request #1417 from owncloud/phil-davis-dev-app-container
Dev App Container some typos and grammar
2015-08-10 09:07:09 -07:00
Hendrik Leppelsack
79c43fbfe4 fix typo 2015-08-10 13:47:24 +02:00
Phil Davis
0bbde0c193 Dev App Container markup "new" keyword used as a verb 2015-08-08 22:05:19 +05:45
Phil Davis
cf5bdf2569 Correct another use of "casted" 2015-08-08 18:44:49 +05:45
Phil Davis
d8782f3edd Dev App Config fix verb "to cast" 2015-08-08 18:40:09 +05:45
Carla Schroder
19b5f08537 Merge pull request #1419 from owncloud/phil-davis-dev-app-API
Dev App API minor corrections
2015-08-07 12:13:25 -07:00
Carla Schroder
c4ec292039 Merge pull request #1418 from owncloud/phil-davis-dev-app-controllers
Dev App Controllers minor corrections
2015-08-07 12:11:51 -07:00
Carla Schroder
5dbbac9b4b Merge pull request #1423 from owncloud/phil-davis-dev-app-database
Dev App Database minor corrections
2015-08-07 10:42:24 -07:00
Carla Schroder
4e7b969064 Merge pull request #1424 from owncloud/phil-davis-dev-app-l10n
Dev App L10n minor corrections
2015-08-07 10:40:04 -07:00
Carla Schroder
ca9a10b186 Merge pull request #1421 from owncloud/phil-davis-dev-app-css
Dev App CSS minor corrections
2015-08-07 10:33:07 -07:00
Carla Schroder
41fd764e86 Merge pull request #1420 from owncloud/phil-davis-dev-app-js
Dev App JS typo
2015-08-07 10:30:29 -07:00
Carla Schroder
71f79a58a9 Merge pull request #1416 from owncloud/phil-davis-dev-app-routes
Dev App Routes minor grammar
2015-08-07 09:58:20 -07:00
Phil Davis
10aed2f07c Dev App Config minor corrections 2015-08-07 10:37:54 +05:45
Phil Davis
7abde1e548 Dev App Database minor corrections 2015-08-07 10:27:09 +05:45
Phil Davis
cfa3e47e72 Dev App L10n minor corrections 2015-08-07 10:21:58 +05:45
Phil Davis
3b7d293807 Dev App CSS minor corrections 2015-08-07 10:17:38 +05:45
Phil Davis
0138054711 Dev App JS typo 2015-08-07 10:10:30 +05:45
Phil Davis
fa8c8fa0db Dev App API minor corrections 2015-08-07 10:07:00 +05:45
Phil Davis
f2ef75e63f Dev App Controllers minor corrections 2015-08-07 09:58:14 +05:45
Phil Davis
8f138fba12 Dev App Container some typos and grammar 2015-08-07 09:46:44 +05:45
Phil Davis
d88db49bd4 Dev App Routes minor grammar 2015-08-07 07:55:47 +05:45
Phil Davis
e55e4cc871 Dev App Info minor typos 2015-08-07 07:40:24 +05:45
Phil Davis
1af8b33300 App Tutorial minor typo fixes 2015-08-07 00:58:34 +05:45
Lukas Reschke
96d6d69c5b Add feedback of Jos 2015-06-24 13:37:45 +02:00
Lukas Reschke
77b7401bc6 Add some deprecation notes 2015-06-24 12:47:41 +02:00
Jos Poortvliet
a5df27dec0 Merge pull request #1215 from owncloud/move-publishing
move publishing to app section where it belongs
2015-06-18 17:14:06 +02:00
Joas Schilling
c9c8db6c25 Fix the apps types layout 2015-06-16 16:48:49 +02:00
Jos Poortvliet
27c860147d move publishing to app section where it belongs 2015-06-16 16:41:20 +02:00
RealRancor
e8fccb1c66 Fix foldername 2015-05-27 21:28:20 +02:00
Hendrik Leppelsack
f8ac7bd1ce Added SVG fallbacks to navigation icons 2015-05-20 23:01:42 +02:00
Hendrik Leppelsack
0dc96879e5 Replace 'js' by 'css'
Probably a copy paste error from the js documentation.
2015-05-20 21:02:34 +02:00
Bernhard Posselt
c257576d5b use correct branch 2015-05-07 14:10:56 +02:00
Morris Jobke
91c0bc2287 Merge pull request #1091 from owncloud/usesession
Document usesession annotation
2015-04-30 10:17:59 +02:00
Bernhard Posselt
baf3902ab9 fix import 2015-04-29 19:17:07 +02:00
Bernhard Posselt
17bc916fdc document usesession annotation 2015-04-29 19:14:49 +02:00
Bernhard Posselt
bf0af61147 fix #876 2015-04-27 13:51:53 +02:00
Morris Jobke
7a6acca22b add notice about the removal - not the deprecation 2015-04-07 17:47:45 +02:00
Morris Jobke
2b32eecbe4 add deprecations for OC_Preferences and OC\\Preferences 2015-04-07 15:56:56 +02:00
Samuel Dorsaz
0156b8a562 Just a short fix on ocdevstartapp arguments 2015-04-03 08:44:33 +02:00
Bernhard Posselt
3c9faea96c Merge pull request #971 from owncloud/streamdb
Document OCSResponse + Controller, StreamResponse usage and Database layer cleanup & deprecation
2015-04-02 16:03:58 +02:00
Bernhard Posselt
87ba73515e more changes 2015-03-20 13:45:32 +01:00
Bernhard Posselt
0b122bd729 recreate commit 2015-03-20 13:43:58 +01:00
Bernhard Posselt
617a52dd46 Revert "Document OCSResponse + Controller, StreamResponse usage and Database layer cleanup & deprecation" 2015-03-20 12:57:37 +01:00
Bernhard Posselt
dcef8ef09a fix build warnings 2015-03-20 10:56:06 +01:00
Bernhard Posselt
83773c360c try to fix database layer docs 2015-03-18 13:34:59 +01:00
Bernhard Posselt
0e2fa5a676 more hints 2015-03-18 13:15:28 +01:00
Bernhard Posselt
b7ba8f185a fix #889 2015-03-18 13:04:05 +01:00
Joas Schilling
5db2617e52 Use closure and non-deprecated methods for navigation entry 2015-03-18 10:26:32 +01:00
Christoph Wurst
0ae4dc7219 log parameter instead of 'hi' 2015-03-09 11:36:02 +01:00
Christoph Wurst
e54e42a9a2 missing 'be' added 2015-03-02 11:25:24 +01:00
RealRancor
29fd647c15 Fix syntax of l10n.pl 2015-02-14 23:15:15 +01:00
RealRancor
a056c6dd12 Fix build for l10n.rst 2015-02-14 14:33:41 +01:00
Bernhard Posselt
294ff376b8 Merge pull request #821 from owncloud/l10n
Updated translation process to cover all steps
2015-02-13 14:27:11 +01:00