Commit Graph

45 Commits

Author SHA1 Message Date
Roeland Jago Douma
952d21cf6f Fix tutorial and link to migrations
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-03 22:20:30 +01:00
Roeland Jago Douma
55ffeb0482 Pimp tutorial
* typehint
* qbmapper
* migrations

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-24 15:19:20 +01:00
John Molakvoæ (skjnldsv)
a35392aa64 Fix linking and rst errors for dev manual
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-28 11:59:09 +01:00
Branko Kokanovic
748f053f85 Simple typo fix 2018-08-20 11:47:46 +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
peterdamian
9919a3fd3d #600 Change headers to sentence case 2017-11-20 15:15:05 -05:00
peterdamian
41428a522f Header changes related to issue #602 2017-11-18 14:38:35 -05: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
LiamHD
6583f04f9e Replace usage of deprecated IDb 2017-06-05 14:22:50 +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
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
Jakob Sack
d0437c1768 Fix an error in the app tutorial 2017-02-15 22:18:45 +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
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
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
Joas Schilling
46c1374006 Document PSR-4 autoloading for apps 2016-05-11 15:10:39 +02:00
RealRancor
5cef9fec02 Change http:// links to https:// 2016-01-13 18:52:30 +01:00
RealRancor
7e3c6ebdd0 "Other" category is gone at the appstore 2015-10-01 08:29:00 +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
1af8b33300 App Tutorial minor typo fixes 2015-08-07 00:58:34 +05:45
Bernhard Posselt
c257576d5b use correct branch 2015-05-07 14:10:56 +02:00
Christoph Wurst
e54e42a9a2 missing 'be' added 2015-03-02 11:25:24 +01:00
Bernhard Posselt
8c9d70c594 add apicontroller test 2015-01-16 09:53:37 +01:00
Bernhard Posselt
1e5c4edfa3 less space 2015-01-15 17:19:52 +01:00
Bernhard Posselt
48d44c760e add the exceptions as well 2015-01-15 17:19:01 +01:00
Bernhard Posselt
e632565ffd remove error_log 2015-01-15 16:30:15 +01:00
Bernhard Posselt
f2eb596904 also remove check from api controller 2015-01-15 16:29:30 +01:00
Bernhard Posselt
8ccc117943 remove uneeded check 2015-01-15 16:28:09 +01:00
Bernhard Posselt
6ece491e9e add and explain services 2015-01-15 15:18:39 +01:00
Bernhard Posselt
08e859aae7 fix headers 2015-01-14 18:53:59 +01:00
Bernhard Posselt
3c06995f04 add recommended to tests instead of optional 2015-01-14 18:53:59 +01:00
Bernhard Posselt
08ffd3b12c explain template tags 2015-01-14 16:52:24 +01:00
Bernhard Posselt
00fe388812 adjust tutorial link 2015-01-10 17:09:57 +01:00
Bernhard Posselt
8b2df3c2ea link tutorial app github repo 2015-01-10 11:39:28 +01:00
Bernhard Posselt
79cac7ef80 get rid of @Stuff and use a proper explanation 2015-01-10 11:22:59 +01:00
Bernhard Posselt
1c4e6e47b9 first tutorial page
database schema

add controllers wire up

add handlebars

fix

more updating

fix json

fix problems

use mvc for js

fixes

more js

fix

fix

fix backslashes

remove code

more fixes

fixes

move to promises

more deferreds

remove unused method

remove unneeded code

better highlight translations

fix error

better naming

remove empty lines

add services hint

add closing section

mention removed parameter

fixes and hints

remove leading backslashes

use proper namespaces

wording

wording

wording

wording

wording

fix clone command

several fixes

fix resource docs

fixes

more fixes

fix if id to delete is 0

typo

typo

also show how to add a restful api

fix phpdoc

fix phpdoc

fix typo

fix typo

better routes indention

add unit and integration test tipps

udpate unit test

easier css

make unit tests easier and use integration tests to test the container
2015-01-10 01:05:43 +01:00
Bernhard Posselt
75b322122a rename tutorial in create an app 2014-05-12 17:27:28 +02:00
Bernhard Posselt
d054f09af7 fix links 2014-05-12 01:13:06 +02:00
Bernhard Posselt
0111873ca8 add owncloud 7 parameter to use the newest template when generating an app 2014-05-08 11:20:45 +02:00
Bernhard Posselt
d9f7739a3a WIP 2014-05-07 00:17:01 +02:00