Nina Pypchenko
7149685f4e
Fix link to "Code reviews" page
...
Signed-off-by: Nina Pypchenko <22447785+nina-py@users.noreply.github.com >
2020-12-19 18:02:48 +11:00
Valdnet
1b0ad3e6e9
Merge pull request #5785 from nina-py/config-dir-already-exists
...
Update "Development Environment" guide
2020-12-15 18:50:49 +01:00
Christoph Wurst
8cb613ff7b
Give devs a hint that it's their last chance ditch database.xml
...
It looks like 22 will drop the database.xml support alltogether, so
let's motivate devs for the mgiration if they haven't done already.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2020-12-14 10:26:13 +01:00
Nina Pypchenko
74ccd6e0e7
Update "Development Environment" guide
...
While setting up a local dev checkout of nextcloud/server, I noticed
that the part about creating the 'config' directory is outdated: this
directory already exists in the repository and doesn't need to be created
during setup.
I have fixed that part of the guide and also clarified some wordings
elsewhere in this guide.
Signed-off-by: Nina Pypchenko <22447785+nina-py@users.noreply.github.com >
2020-12-13 21:38:40 +11:00
Christoph Wurst
b41891cdcb
Merge pull request #5487 from nextcloud/ocs-status-api
...
Add doc for status api
2020-12-07 08:50:03 +01:00
Tobias Kaminsky
b189846039
Create ocs-status-api.rst
...
Add doc for status api
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me >
2020-12-07 08:04:09 +01:00
Christoph Wurst
09dac2fdd0
Document optional unified search result entry attributes
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2020-12-04 09:15:10 +01:00
Christoph Wurst
28485c8006
Fix outdated unified search result entry class suggestion
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2020-12-04 08:49:54 +01:00
Morris Jobke
778ee230ae
Fix typo
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2020-12-03 11:11:52 +01:00
Christoph Wurst
ce5134fb87
Deprecate the app code checker
...
* Remove from app publishing guide
* Add to app upgrade guide
* Drop from admin manual (kind of inappropriate anyway)
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2020-12-03 10:44:09 +01:00
Morris Jobke
525b0340c1
Merge pull request #5453 from nextcloud/fix/no-include-error-suppress
...
Do not suppress include_once errors for the composer autoloader
2020-12-01 10:54:01 +01:00
Morris Jobke
9f53e22f92
Merge pull request #5455 from nextcloud/fix/app-init-app.php
...
Drop misleading traces of app.php recommendations
2020-12-01 10:33:37 +01:00
Christoph Wurst
1850420cb8
Drop note about removed update.php
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2020-11-27 13:06:43 +01:00
Julius Härtl
ae70e83e27
Merge pull request #5482 from nextcloud/fix/dupliacte-target-external-link
...
Fix duplicate target warnings of Sphinx for external links
2020-11-27 11:33:27 +01:00
Christoph Wurst
7a4205c7c0
Remove dead preupdate.php note
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2020-11-26 15:41:13 +01:00
Christoph Wurst
1790d6b074
Merge pull request #5459 from nextcloud/enhancement/dev-dependency-management
...
Add (composer) dependency management docs
2020-11-26 11:08:27 +01:00
Christoph Wurst
60df76dc69
Document php linting
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2020-11-26 11:03:08 +01:00
Christoph Wurst
c07a59c43b
Link from classloader docs to composer docs
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2020-11-26 09:42:03 +01:00
Christoph Wurst
e378f9d0ae
Fix duplicate target warnings of Sphinx for external links
...
Apparently Sphinx doesn't like that we use the same name multiple times,
though the link pointed to different URLs.
https://github.com/sphinx-doc/sphinx/issues/3921#issuecomment-315581557
suggests using `__` for "anonymous references".
This will remove some of the github action comments that show for every
PR.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2020-11-26 09:11:58 +01:00
Christoph Wurst
43a0983098
Document info.xml linting and validation
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2020-11-26 09:07:05 +01:00
Christoph Wurst
11e2be5f25
Add (composer) dependency management docs
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2020-11-24 11:07:10 +01:00
Christoph Wurst
9fcd5196bb
Drop misleading traces of app.php recommendations
...
The app init docs still recommended using app.php.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2020-11-24 10:51:33 +01:00
Christoph Wurst
d1fd9c0156
Do not suppress include_once errors for the composer autoloader
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2020-11-24 10:41:58 +01:00
Morris Jobke
d0a2340c51
Merge pull request #5308 from Nienzu/fix_backgroundjob
...
Correct sample code dependency and some typo
2020-10-29 14:18:52 +01:00
Morris Jobke
b2a4abfe0c
Document subadmin events
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2020-10-29 11:21:10 +01:00
Morris Jobke
58d04b03cf
Fix space
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2020-10-29 09:46:01 +01:00
Morris Jobke
3496f555c5
Document Settings' BeforeTemplateRenderedEvent
...
See https://github.com/nextcloud/server/pull/22649
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2020-10-29 09:29:36 +01:00
Morris Jobke
f293c293ad
Document typed LDAP event for user and group backend
...
See https://github.com/nextcloud/server/pull/22221
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2020-10-29 09:19:24 +01:00
nienzu
4ad5b11ffd
Correct sample code dependency and some typo
...
Signed-off-by: nienzu <ibqqz0602@gmail.com >
2020-10-28 16:33:46 +08:00
Vincent Petry
c46d127a6d
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 14:22:48 +01:00
Mason Payne
b9f7c57409
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-15 21:37:47 -06:00
John Molakvoæ
aae1754f75
Merge pull request #5239 from PanCakeConnaisseur/patch-3
2020-10-15 16:42:49 +02:00
PanCakeConnaisseur
bc9de46f6b
Make app in path lowercase
...
Co-authored-by: Morris Jobke <hey@morrisjobke.de >
2020-10-15 15:29:55 +02:00
nienzu
b6cb8489f4
Fix spelling error in migrations
...
Signed-off-by: nienzu <ibqqz0602@gmail.com >
2020-10-14 17:24:30 +08:00
Morris Jobke
c208dd171a
Merge pull request #5231 from PanCakeConnaisseur/patch-2
...
Fix typo in documentation
2020-10-12 16:56:19 +02:00
PanCakeConnaisseur
78502dba12
Add noob friendly explanations and fix wording
...
Added some more explicit info for people unfamiliar with autoloading that might help understanding. Also fixed some wording and grammar mistakes and made naming coherent.
Signed-off-by: Alexey Abel <dev@abelonline.de >
2020-10-10 07:48:04 +02:00
Morris Jobke
cacca4b378
Merge pull request #5229 from Nienzu/correct_tutorial_spell
...
Correct some spelling errors in app tutorial
2020-10-09 15:36:38 +02:00
PanCakeConnaisseur
332b2c8b8f
Fix typo
2020-10-08 20:54:09 +02:00
Christoph Wurst
607bee7f42
Document CI and static analysis for apps
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2020-10-08 16:00:04 +02:00
nienzu
3c2d2a1c0a
Correct some spelling errors in app tutorial
2020-10-08 17:56:12 +08:00
Christoph Wurst
c8414faea8
Document deprecated getters of IServerContainer in 20
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2020-10-07 09:16:22 +02:00
Christoph Wurst
32bcb0d631
Document two more deprecations in 20
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2020-10-06 11:20:42 +02:00
Christoph Wurst
590f2583ca
Document Nextcloud 20 removed jQuery plugin(s)
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2020-10-06 09:42:45 +02:00
Morris Jobke
8752c1d9cc
Merge pull request #5157 from dassio/tutorial_migration_command
...
add migration to tutorial
2020-10-06 09:02:09 +02:00
Christoph Wurst
4698cb9255
Document the escape-html removal
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2020-10-06 08:21:43 +02:00
Christoph Wurst
5111715c34
Migrate logging docs to new interface
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2020-10-05 14:30:43 +02:00
Christoph Wurst
a3bc1ade58
Use LoggerInterface in the example repair step
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2020-10-05 14:30:43 +02:00
Christoph Wurst
463ce8a859
Document Nextcloud 20 critical changes
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2020-10-05 14:30:39 +02:00
dassio
097b700fed
change to suffixing
...
Signed-off-by: dassio <dassio@icloud.com >
2020-10-04 17:11:38 +01:00
dassio
7f3adcb809
add migration to tutorial
...
Signed-off-by: dassio <dassio@icloud.com >
2020-10-04 17:11:32 +01:00