1399 Commits

Author SHA1 Message Date
Christoph Wurst
cc5e2d21b2 Document client login flow login name mismatch
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-03-22 09:02:33 +00:00
Carl Schwan
9ffb8c4ee1 Fix highlighting (missing php start tag)
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-10-26 18:44:52 +00:00
Christoph Wurst
c5c791090b Drop all references of IRC
We don't use this anymore, so let's also not send people there. The
forum is our main place to get help.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-10-20 18:12:56 +02:00
Daniel Kesselberg
4c76aa287b Update example code for newer phpunit
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-08-17 13:08:26 +00:00
Daniel Kesselberg
6c7dc4242b Drop instructions how to install phpunit
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-08-17 13:08:26 +00:00
Christoph Wurst
7b85953c18 Document correct db transaction handling
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-08-13 11:54:22 +00:00
Christoph Wurst
ea404c2974 Merge pull request #6936 from nextcloud/backport/6896/stable20
[stable20] Fix code review link
2021-07-06 12:06:38 +02:00
Christoph Wurst
216603a28e Fix dev manual inconsistencies
* Add missing debugging page
* Remove dead request lifecycle sub pages TOC
* Remove dead link to core translations page
* Revive link to basics debugging page
* Fix traige workflow image path
* Remove dead link to performance page

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-07-06 10:01:55 +00:00
Christoph Wurst
b59d717488 Fix code review link
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-07-06 10:01:50 +00:00
Christoph Wurst
142d641e26 Drop duplicate getting started page
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-07-05 15:34:29 +00:00
Christoph Wurst
58b88fb797 Drop deleted testing dir from digging deeper toc
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-07-05 12:11:14 +00:00
Christoph Wurst
70775d3135 Fix inclusion of share and sharee OCS API pages
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-07-05 10:42:04 +00:00
Christoph Wurst
0fecf4b069 Give the Activity API page a title so it shows in the TOC
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-07-05 10:42:04 +00:00
Christoph Wurst
f3693b7784 Limit WebDAV TOC depth like on other pages
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-07-05 10:42:04 +00:00
Christoph Wurst
843d24eaac Give the comments page a title, so it get included in TOCs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-07-05 10:42:04 +00:00
Christoph Wurst
53b3f559e3 Add missing OCS status API page
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-07-05 10:42:04 +00:00
Christoph Wurst
da68fb0b4b Fix links from the request lifecycle to the app init docs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-07-05 09:47:44 +00:00
Lukas Reschke
0550ac0ee0 Schema -> ISchemaWrapper
This makes my autocomplete happier :)
2021-05-25 17:49:34 +00:00
HouraisanNEET
5a0682cc24 Update bootstrap.rst
Signed-off-by: HouraisanNEET <HouraisanNEET@users.noreply.github.com>
2021-04-23 05:39:32 +08:00
HouraisanNEET
f351c06748 Revert namespace change
Signed-off-by: HouraisanNEET <HouraisanNEET@users.noreply.github.com>
2021-04-22 19:14:57 +00:00
HouraisanNEET
1fe577be62 Update bootstrap.rst
Fix syntax and errors.

Signed-off-by: HouraisanNEET <>
2021-04-22 19:14:57 +00:00
Michał
cff65e5cb5 Update tutorial.rst
Typing error (excute->execute)
2021-03-17 08:52:00 +00:00
Tobias Kaminsky
13048a66f4 DI is now case sensitive: changing IDBConnection 2021-02-04 12:12:08 +00:00
Michael Hirschler
4eff6b87b6 Update filesystem.rst 2021-01-18 21:26:54 +00:00
Michael Hirschler
4d1f4054e3 Update publicpage.rst 2021-01-15 16:46:11 +00:00
Michael Hirschler
764e752b67 Update content.rst 2021-01-12 16:03:27 +00:00
Michael Hirschler
7cccd286b1 Update content.rst 2021-01-12 16:03:27 +00:00
Morris Jobke
a2695c3fbc Merge pull request #5891 from nextcloud/backport/5887/stable20
[stable20] Fix another typo
2021-01-06 14:28:35 +01:00
Thomas Citharel
a145cf9367 Fix another typo
Signed-off-by: Thomas Citharel <nextcloud@tcit.fr>
2021-01-06 13:27:08 +00:00
Thomas Citharel
496f76746d Fixed a typo in l10n docs
Signed-off-by: Thomas Citharel <nextcloud@tcit.fr>
2021-01-06 13:25:17 +00:00
Nina Pypchenko
d50ab99072 Fix link to "Code reviews" page
Signed-off-by: Nina Pypchenko <22447785+nina-py@users.noreply.github.com>
2021-01-05 13:17:03 +00:00
Christoph Wurst
f31ed3b35c Document PSR-0 and PSR-4 as two supported PSRs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-12-22 13:36:34 +00:00
Christoph Wurst
2a0da8158c Fix outdated unified search result entry class suggestion
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-12-04 08:38:40 +00:00
Morris Jobke
2133861f26 Merge pull request #5493 from nextcloud/backport/5455/stable20
[stable20] Drop misleading traces of app.php recommendations
2020-12-01 23:04:46 +01:00
Christoph Wurst
a8921eb265 Do not suppress include_once errors for the composer autoloader
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-12-01 13:24:29 +00:00
Christoph Wurst
f1c07490b8 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-12-01 13:23:23 +00:00
Christoph Wurst
6128eac146 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-27 10:33:41 +00:00
Christoph Wurst
1bc2e56c8f Remove dead preupdate.php note
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-11-26 15:47:09 +00:00
nienzu
e837cd5ebe Correct sample code dependency and some typo
Signed-off-by: nienzu <ibqqz0602@gmail.com>
2020-10-29 13:19:06 +00:00
Morris Jobke
0ee241beec Fix space
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-10-29 09:46:14 +01:00
Morris Jobke
dfadb05044 Document Settings' BeforeTemplateRenderedEvent
See https://github.com/nextcloud/server/pull/22649

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-10-29 08:39:57 +00:00
Morris Jobke
30c53c13ff 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 08:39:57 +00:00
Vincent Petry
2d305cb2f1 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:33:54 +00:00
Mason Payne
e279d65e72 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:31 +00:00
PanCakeConnaisseur
47be513562 Make app in path lowercase
Co-authored-by: Morris Jobke <hey@morrisjobke.de>
2020-10-15 22:41:16 +00:00
PanCakeConnaisseur
d6ce6cc582 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-15 22:41:16 +00:00
nienzu
1e08448709 Fix spelling error in migrations
Signed-off-by: nienzu <ibqqz0602@gmail.com>
2020-10-14 11:48:46 +00:00
Morris Jobke
59179f2f3e Merge pull request #5244 from nextcloud/backport/5231/stable20
[stable20] Fix typo in documentation
2020-10-12 16:57:07 +02:00
PanCakeConnaisseur
584fb91534 Fix typo 2020-10-12 14:56:36 +00:00
Michał
18c5221274 Fix uninitialised variable 2020-10-12 14:56:01 +00:00