Morris Jobke
c35d59fb49
Merge pull request #5892 from nextcloud/backport/5887/stable19
...
[stable19] Fix another typo
2021-01-06 14:28:39 +01:00
Thomas Citharel
5e18f2df93
Fix another typo
...
Signed-off-by: Thomas Citharel <nextcloud@tcit.fr>
2021-01-06 13:27:23 +00:00
Thomas Citharel
2a2d3669b1
Fixed a typo in l10n docs
...
Signed-off-by: Thomas Citharel <nextcloud@tcit.fr>
2021-01-06 13:25:33 +00:00
nienzu
0a2f5a5ff4
Correct sample code dependency and some typo
...
Signed-off-by: nienzu <ibqqz0602@gmail.com>
2020-10-29 13:19:28 +00:00
Morris Jobke
8e95be988e
Fix space
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-10-29 09:46:20 +01:00
Vincent Petry
b84735bb4a
Mention cloning shipped apps in dev env
...
Add mention to cloning external shipped apps into the apps folder in the
development environment, to be able to test upgrades as these apps will
be required at that point.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-10-26 21:34:03 +00:00
nienzu
b6dd5da6c1
Fix spelling error in migrations
...
Signed-off-by: nienzu <ibqqz0602@gmail.com>
2020-10-20 08:29:03 +00:00
Mason Payne
21ac1abb37
Update required info about Hooks
...
Spent too much time looking for something to give me the right direction. Found this forum post from 2017.
https://help.nextcloud.com/t/filehook-not-working/14591/14
Signed-off-by: Mason Payne <gomas.bmw@gmail.com>
2020-10-16 11:32:33 +00:00
Michał
3f087570e9
Fix uninitialised variable
2020-10-12 14:56:07 +00:00
nienzu
5b4c360a24
Correct some spelling errors in app tutorial
2020-10-09 14:05:43 +00:00
dassio
bb74f761f1
change to suffixing
...
Signed-off-by: dassio <dassio@icloud.com>
2020-10-06 07:02:40 +00:00
dassio
2e51de4c05
add migration to tutorial
...
Signed-off-by: dassio <dassio@icloud.com>
2020-10-06 07:02:39 +00:00
Roeland Jago Douma
03901e9617
Merge pull request #5044 from nextcloud/backport/5041/stable19
...
[stable19] enh appdata docs
2020-09-24 12:32:51 +02:00
Roeland Jago Douma
794f2a87f7
getAppfolder is dead
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-09-24 06:31:53 +00:00
Roeland Jago Douma
c07949b4d6
enh appdata docs
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-09-24 06:31:48 +00:00
Julius Härtl
e932090f43
Add link to new phpdoc build
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-16 11:18:33 +02:00
dassio
56bf33ec82
add workspace property
...
Signed-off-by: dassio <dassio@icloud.com>
2020-09-14 15:06:37 +00:00
Morris Jobke
40cc4dcd9c
Update developer_manual/client_apis/OCS/ocs-api-overview.rst
2020-09-14 14:31:12 +00:00
Alexandru Ungureanu
22acf6f193
Corrected unintended text emphasis
...
Signed-off-by: Alexandru Ungureanu <aungureanu@keyfort.co.uk>
2020-09-14 14:31:11 +00:00
Jivan Pal
c5243e253a
Update routing.rst; corrected parameter name from method to verb
2020-09-09 16:30:14 +00:00
Klaus
5c281bb6f8
Add example of n function
2020-09-09 14:59:27 +00:00
dassio
56681ab65c
add example for type annotattion
...
Signed-off-by: dassio <dassio@icloud.com>
2020-08-20 06:11:12 +00:00
Glen
5ee5317796
Update dependency_injection.rst
...
Dependency Injection and the art of Services and Containers Tutorial is unavailable due to being private on YouTube. Removed the link.
Signed-off-by: Glen Clark <glenuk@gmail.com>
2020-08-18 07:51:14 +00:00
Morris Jobke
466a1dbe56
Add deprecation notice for OCP\Group\Events\BeforeUserRemovedEvent
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-10 15:18:51 +02:00
Morris Jobke
7e78e7e9e8
Document existing events
...
* LoadAdditionalScripts (@rullzer) - https://github.com/nextcloud/server/pull/16641
* LoadViewerEvent (@skjnldsv) - https://github.com/nextcloud/viewer/pull/271
* RegisterDirectEditorEvent (@juliushaertl) - https://github.com/nextcloud/server/pull/17625
* typed events for files scanner (@christophwurst) - https://github.com/nextcloud/server/pull/18351
* typed events for group mangement (@christophwurst) - https://github.com/nextcloud/server/pull/18350
* AddContentSecurityPolicyEvent (@rullzer) - https://github.com/nextcloud/server/pull/15730
* UserLiveStatusEvent (@georgehrke) - https://github.com/nextcloud/server/pull/21186
* password_policy events (@christophwurst) - https://github.com/nextcloud/server/pull/18019
* AddFeaturePolicyEvent (@rullzer) - https://github.com/nextcloud/server/pull/16613
* ShareCreatedEvent (@rullzer) - https://github.com/nextcloud/server/pull/18384
* LoadSettingsScriptsEvent (@blizzz) - https://github.com/nextcloud/server/pull/21475
* flow events (@rullzer) - https://github.com/nextcloud/server/pull/18535
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-10 15:18:51 +02:00
Morris Jobke
c60a02b4b6
Merge pull request #2130 from nextcloud/backport/2129/stable19
...
[stable19] purge strings about explicit Nextcloud versions
2020-07-02 23:47:02 +02:00
Morris Jobke
37e96e63a3
Merge pull request #2122 from nextcloud/backport/2120/stable19
...
[stable19] Fix admin doc links
2020-07-02 23:46:50 +02:00
Christoph Wurst
9e81b395ed
\OCP\BackgroundJob\Job::run is neither public nor static
...
Ref https://help.nextcloud.com/t/cannot-develop-own-backgroundtask-when-using-nextcloud-developer-documentation/83411
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-06-19 09:29:42 +00:00
Christoph Wurst
4eca34a809
Merge pull request #2140 from nextcloud/backport/2138/stable19
...
[stable19] Document current bootstrap mechanism
2020-06-15 20:01:18 +02:00
Christoph Wurst
227ab07262
Remove oudated backporting docs
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-06-10 12:28:41 +00:00
Christoph Wurst
2ec825df25
Document current bootstrap mechanism
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-06-09 07:50:54 +00:00
Sascha Wiswedel
61c7ce9953
purge strings about explicit Nextcloud versions
...
Versions deprecate fast and aren't needed in upstream documentation branches.
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-06-04 11:11:45 +00:00
Sascha Wiswedel
6113e38c44
more link fixes
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-06-03 11:43:24 +00:00
tflidd
701082dac4
Update npm.rst
...
fixes https://github.com/nextcloud/documentation/issues/2026
2020-05-29 14:29:06 +00:00
Morris Jobke
b022406790
Update developer_manual/app/view/l10n.rst
2020-05-26 13:39:01 +00:00
rakekniven
e42721e9f2
Add section about .l10nignore
...
Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
2020-05-26 13:39:00 +00:00
John Molakvoæ (skjnldsv)
ba7b1f5b19
Fix typos
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-05-04 13:41:56 +02:00
Morris Jobke
d305a63c75
Merge pull request #1744 from nextcloud/jospoortvliet-patch-1
...
add autocomplete API
2020-04-21 10:00:05 +02:00
Morris Jobke
346ef4939d
Merge pull request #1968 from nextcloud/add-links-to-api-docs
...
add comments and link to activity docs
2020-04-21 09:51:48 +02:00
Sascha Wiswedel
5b06803335
licensing note also put into dev docs
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-04-20 15:09:11 +02:00
Sascha Wiswedel
5f30a79edc
App Store: "official" is now "Featured"
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-04-20 14:15:49 +02:00
Jos Poortvliet
7e8e70fa1d
Update index.rst
2020-04-20 09:40:11 +02:00
Jos Poortvliet
d70eeac661
Create comments.rst
2020-04-20 09:40:04 +02:00
Jos Poortvliet
e9bbd5898b
Update index.rst
2020-04-20 09:39:56 +02:00
Jos Poortvliet
3152c243e3
Update index.rst
2020-04-20 09:39:48 +02:00
Jos Poortvliet
56714d1e8b
Rename activity.rst to activity-api.rst
2020-04-20 08:30:13 +02:00
Jos Poortvliet
1703965808
Create activity.rst
2020-04-20 08:28:43 +02:00
korelstar
cc4cb77286
fix hints
2020-04-14 16:52:52 +02:00
John Molakvoæ
14726401fc
Merge pull request #1958 from nextcloud/dev-psr
...
Document PSR implementations
2020-04-10 17:56:06 +02:00
Christoph Wurst
396e807ecf
Merge pull request #1956 from nextcloud/fix/dev-upgrade-code
...
Fix formatting of code in text
2020-04-10 16:37:51 +02:00