Morris Jobke
e9eec9f428
Merge pull request #3762 from dassio/add_rich_workspace
...
add workspace property
2020-09-14 17:06:06 +02:00
Morris Jobke
4b076dddf0
Update developer_manual/client_apis/OCS/ocs-api-overview.rst
2020-09-14 16:30:19 +02:00
Alexandru Ungureanu
09f570b55e
Corrected unintended text emphasis
...
Signed-off-by: Alexandru Ungureanu <aungureanu@keyfort.co.uk>
2020-09-13 15:08:34 +03:00
ecsecta
34605cce0d
Fix name of deprecated oc_requesttoken
...
oc_requesttoken is marked as deprecated.
2020-09-10 09:54:53 +02:00
Morris Jobke
bca770da73
Fix l10n build for user manual
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-09-09 21:25:25 +02:00
Morris Jobke
5e6b9a714c
Merge pull request #3124 from jivanpal/patch-2
...
Update routing.rst; corrected parameter name from `method` to `verb`
2020-09-09 18:29:45 +02:00
Klaus
65ca339f34
Add example of n function
2020-09-09 11:36:58 +02:00
dassio
9bcddacb5a
add workspace property
...
Signed-off-by: dassio <dassio@icloud.com>
2020-08-29 16:17:35 +01:00
Julius Härtl
1cdd9eb363
Add link to new phpdoc build
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-08-27 08:41:32 +02:00
Jivan Pal
96438ae6e5
Update WebDAV/basic.rst; corrected "created" to "deleted" for DELETE method
2020-08-21 16:42:08 +01:00
Jivan Pal
2e02596b06
Update routing.rst; corrected parameter name from method to verb
2020-08-20 18:12:06 +01:00
dassio
7eac51fbbf
add example for type annotattion
...
Signed-off-by: dassio <dassio@icloud.com>
2020-08-19 23:10:03 +01:00
Morris Jobke
c4158932a8
Merge pull request #2765 from nextcloud/georgehrke-patch-1
...
Update documentation as per server#22041
2020-08-19 19:34:48 +02:00
Glen
67cf4b1729
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 08:38:18 +01:00
Morris Jobke
93f373b8c5
Merge pull request #2168 from nextcloud/enh/noid/dashboard
...
Add docs for new dashboard api
2020-08-13 14:50:05 +02:00
Julius Härtl
44982a143c
Add docs for new dashboard api
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-08-13 13:46:34 +02:00
Morris Jobke
ed635f5e9f
Fix underline
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-13 08:13:28 +02:00
Morris Jobke
9b7234ea79
Add TwoFactorProviderDisabled event
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-13 07:26:27 +02:00
Christoph Wurst
66b12ad7a0
Document the inclusing of a composer autoloader
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-08-11 09:30:03 +02:00
Georg Ehrke
20d37d52b4
Update documentation as per server#22041
2020-08-10 15:31:52 +02:00
Morris Jobke
0165943a36
Add deprecation notice for OCP\Group\Events\BeforeUserRemovedEvent
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-10 15:05:14 +02:00
Morris Jobke
da43209771
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 14:22:20 +02:00
John Molakvoæ
3e80ebad15
Merge pull request #2531 from nextcloud/jospoortvliet-patch-1
2020-07-30 09:29:53 +02:00
Jos Poortvliet
c92e79a9cb
Update externalapi.rst
2020-07-29 20:21:56 +02:00
Jos Poortvliet
9362e6a4a9
Update externalapi.rst
...
Link to open collaboration services instead. Don't merge yet, this page has to be updated first... will take a bit I suppose.
2020-07-29 19:33:12 +02:00
Jos Poortvliet
7efae5518e
Update index of Android lib
...
We want to remove this link from nextcloud.com/developer as it is a bit too specific. This seems a good place to link to it instead.
2020-07-29 18:50:33 +02:00
Morris Jobke
8776c169e6
Add OCA\DAV\Events\SabrePluginAuthInitEvent event
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-07-23 21:47:02 +02:00
Baran Sekin
b50e5ffa54
Added missing import
...
The IURLGenerator class is used at the constructor parameter, but importing that namespace was missing.
Signed-off-by: Baran Sekin <baransekin@gmail.com>
2020-07-20 12:53:08 +03:00
Christoph Wurst
cf126f82c4
Merge pull request #2201 from nextcloud/new-events
...
New events for typed event handling
2020-07-17 09:10:41 +02:00
Christoph Wurst
eb3228f05c
Document PSR-11 integration
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-07-16 14:34:41 +02:00
Morris Jobke
3c4cfa1314
Add event for BeforeTemplateRenderedEvent
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-07-15 20:08:59 +02:00
Morris Jobke
9c9ed0f35f
Add BeforeTemplateRenderedEvent
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-07-15 19:55:07 +02:00
Joas Schilling
6b36e226c7
Extend docs on theming with primary color
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-06 10:16:22 +02:00
Christoph Wurst
e830ceb5e4
Document unified search API
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-06-24 14:40:35 +02:00
Christoph Wurst
33be7a9408
Document new bootstrap process
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-06-23 15:29:36 +02:00
Christoph Wurst
2647cd93c7
Restructure the dev manual
...
This moves lots of pages around. The high-level changes are
* Better main sections, so it's more *general*, *into*, *basics* and *details*
* Move more general topics to a *Basic* section, which are not
app-specific
* Remove app docs to the stuff that is likely used, anything else goes
into "Digging deeper"
* Move general guides into a prologue
* Try to *compress*/combine some pages with similar content
* Try to have better consistencs on level ob abstraction across pages
* Split app development and maintenance pages into two sections
* Integrate bugtracker info into prologue
* Integrate Android pages into client APIs section
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-06-22 18:35:59 +02:00
Christoph Wurst
d92723f2a3
\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 10:51:58 +02:00
Christoph Wurst
e2dbce8ba8
Remove oudated backporting docs
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-06-10 14:19:43 +02:00
Christoph Wurst
22040e8867
Document current bootstrap mechanism
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-06-09 07:50:02 +02:00
Sascha Wiswedel
bd9ef16c19
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 12:48:13 +02:00
Sascha Wiswedel
972a22c346
more link fixes
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-06-03 13:01:37 +02:00
tflidd
344c4bf361
Update npm.rst
...
fixes https://github.com/nextcloud/documentation/issues/2026
2020-05-29 11:26:14 +02:00
Morris Jobke
7c64f4c8b4
Update developer_manual/app/view/l10n.rst
2020-05-26 15:38:27 +02:00
rakekniven
982177b0aa
Add section about .l10nignore
...
Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
2020-05-26 15:10:43 +02: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
Christoph Wurst
67002fb737
Document PSR implementations
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10 16:35:06 +02:00
Christoph Wurst
d956f708f4
Merge pull request #1957 from nextcloud/dev-manual-coding-style
...
Document options for php and js code formatting tools
2020-04-10 16:31:38 +02:00
Christoph Wurst
e7040d111e
Document options for php and js code formatting tools
...
Ref https://github.com/nextcloud/server/pull/20209
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10 16:20:38 +02:00
Roeland Jago Douma
1f4ec6f018
Merge pull request #1954 from nextcloud/dev-removed-globals-libs-19
...
Document removed globals and libs in 19
2020-04-10 16:13:21 +02:00
Christoph Wurst
88eef97cd5
Fix formatting of code in text
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10 16:07:26 +02:00
Christoph Wurst
e1774eb20a
Document deprecation of untyped DI queries
...
Ref https://github.com/nextcloud/server/pull/19347
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10 16:05:04 +02:00
Christoph Wurst
2ee9b8433e
Document removed globals and libs in 19
...
Ref https://github.com/nextcloud/server/pull/19357
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10 15:43:12 +02:00
Christoph Wurst
c588342bdc
Merge pull request #1949 from nextcloud/dev-js-depr-globals-18
...
Update deprecated globals in 18
2020-04-10 13:44:09 +02:00
Christoph Wurst
9e7ef3d8bf
Merge pull request #1952 from nextcloud/dev-events-19
...
Document new events in 19
2020-04-10 11:25:11 +02:00
Christoph Wurst
f14ac142ae
Document new events in 19
...
Ref https://github.com/nextcloud/documentation/pull/1951
Ref https://github.com/nextcloud/server/pull/19845
Ref https://github.com/nextcloud/server/pull/19075
Ref https://github.com/nextcloud/server/pull/14722
Ref https://github.com/nextcloud/server/pull/19321
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10 11:21:15 +02:00
Christoph Wurst
ce0c3d8f9c
Add new and changed apis in 19
...
Ref https://github.com/nextcloud/server/pull/19845
Ref https://github.com/nextcloud/server/pull/19890
Ref https://github.com/nextcloud/server/pull/19075
Ref https://github.com/nextcloud/server/pull/19670
Ref https://github.com/nextcloud/server/pull/19412
Ref https://github.com/nextcloud/server/pull/14722
Ref https://github.com/nextcloud/server/pull/19746
Ref https://github.com/nextcloud/server/pull/19321
Ref https://github.com/nextcloud/server/pull/19569
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10 11:10:55 +02:00
Christoph Wurst
6df2b50017
Update deprecated globals in 19
...
Ref https://github.com/nextcloud/server/pull/19455
Ref https://github.com/nextcloud/server/pull/19346
Ref https://github.com/nextcloud/server/pull/15403
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10 10:13:06 +02:00
Christoph Wurst
87cd5e9134
Update deprecated globals in 18
...
Ref https://github.com/nextcloud/server/pull/17402
Ref https://github.com/nextcloud/server/pull/17392
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10 10:06:37 +02:00
Christoph Wurst
659cd275e1
Document jquery deprecation
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10 09:27:09 +02:00
Christoph Wurst
dc176d3a37
Merge pull request #1946 from nextcloud/dev-js-network-events
...
Document the new js network events
2020-04-09 20:40:13 +02:00
Christoph Wurst
0f706bc801
Merge pull request #1947 from nextcloud/upgrade-19-symfony
...
Document the upgrade of symfony in 19 and required changes
2020-04-09 20:39:52 +02:00
Christoph Wurst
fb4c688262
Document the upgrade of symfony in 19 and required changes
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09 17:52:20 +02:00
Christoph Wurst
620cbe4a90
Document the new js network events
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09 17:46:45 +02:00
Christoph Wurst
a2af16ddcb
Document the new event classes
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09 17:33:07 +02:00
Johannes Endres
db88a15fdb
expireDate also valid parameter in new share
2020-03-28 10:32:54 +01:00
Jan-Christoph Borchardt
c5b521f50d
Merge pull request #1852 from ahstro/fix/gender
...
Use more inclusive pronouns
2020-03-26 23:39:59 +01:00
John Molakvoæ
f577024593
Update triaging.rst
2020-03-21 15:37:48 +01:00
Anton Strömkvist
62a5862359
Use more inclusive pronouns
...
Replace instances of gendered pronouns (e.g. 'she' and 'he')
with an equivalent variant of singular 'they'
Signed-off-by: Anton Strömkvist <anton@stromkvist.com>
2020-02-27 22:14:46 +01:00
Anton Strömkvist
b6dc9a3bd0
Fix: 't he' => ' the'
...
Signed-off-by: Anton Strömkvist <anton@stromkvist.com>
2020-02-27 21:52:13 +01:00
Daniel Kesselberg
a9ef13a5ef
Fix: Bullet list ends without a blank line
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-02-23 23:12:27 +01:00
Daniel Kesselberg
bac99b4454
Fix: unexpected unindent
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-02-23 23:12:27 +01:00
Daniel Kesselberg
630ffe6a78
Fix: Duplicate explicit target name
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-02-23 23:12:27 +01:00
Daniel Kesselberg
e6e105475a
Fix: reference to nonexisting document
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-02-23 23:12:27 +01:00
Daniel Kesselberg
da24f8b062
Fix: Title underline to short
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-02-23 23:12:27 +01:00
Daniel Kesselberg
68db9c3bba
Fix: Title level inconsistent
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-02-23 23:12:27 +01:00
Joas Schilling
c7ed59fecc
Add a note about plurals
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-13 22:32:36 +01:00
Joas Schilling
882258ae33
Better translation guidelines
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-13 22:14:36 +01:00
Roeland Jago Douma
d236f5e566
Pimp app settings documentation
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-02-10 16:16:57 +01:00
Christoph Wurst
23c9075cd0
Document (new) JS APIs
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-01-21 16:15:59 +01:00
Julius Härtl
407a2d70c4
Move to python3
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-20 14:29:31 +01:00
Christoph Wurst
fe61d0ea4a
Merge pull request #1780 from nextcloud/refactor/hooks-to-events
...
Move hooks to events and enhance the docs a bit
2020-01-18 20:05:35 +01:00
Christoph Wurst
f19af512e5
Add a simple app upgrade guide from critical changes
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-01-18 19:58:45 +01:00
Christoph Wurst
ae0458ac37
Move hooks to events and enhance the docs a bit
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-01-18 15:43:49 +01:00
kesselb
a9fa8e210d
Merge pull request #1629 from TimoKramer/patch-3
...
specify needed phpunit version
2020-01-06 22:26:30 +01:00
John Molakvoæ
fd60166445
Update ocs-api-overview.rst ( #1759 )
...
Update ocs-api-overview.rst
2020-01-06 14:43:48 +01:00
blizzz
6142652d49
Merge pull request #1756 from nextcloud/nc-flow
...
initial Flow 'documentation'
2020-01-06 14:16:02 +01:00
bpcurse
d181feb81f
Update ocs-api-overview.rst
...
Finally all spaces replaced by tabs. At least I hope... :)
2020-01-06 13:17:20 +01:00
Jos Poortvliet
dbc9c144fe
Update developer_manual/app/flow.rst
...
rename
Co-Authored-By: blizzz <blizzz@arthur-schiwon.de>
2020-01-06 12:56:46 +01:00
bpcurse
39ad6b8f53
Update ocs-api-overview.rst
...
Tabbed all indentations
2020-01-06 12:50:35 +01:00
bpcurse
e5a3fb3aa6
Update ocs-api-overview.rst
...
- Updated the displayed data to resemble the actual query results as of v17.0.2
- Added `GET /ocs/v1.php/cloud/users` paragraph
- Fixed some typos
2020-01-06 06:11:39 +01:00
Timo Kramer
5f2c619276
specify needed phpunit version
...
- phpunit version in this tutorial needs to be 8 from nextcloud 18 on.
There was no mentioning of the phpunit version.
Signed-off-by: Timo Kramer <fw-git@timokramer.de>
2020-01-03 13:17:52 +01:00
Julius Härtl
210651b75c
Add SAML, SMB and polish layout
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-02 23:27:55 +01:00
Tobias Kaminsky
0bf59b19a7
Update index.rst
2020-01-02 22:34:31 +01:00
tobiasKaminsky
f33de18b3b
add OnlyOffice
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-01-02 22:34:30 +01:00
tobiasKaminsky
c141e1abbc
add collabora
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-01-02 22:34:30 +01:00
Morris Jobke
4db5e0cca9
Add a section "How to test ..."
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-01-02 22:34:30 +01:00
Jos Poortvliet
8926663856
Update flow.rst
2020-01-02 22:16:39 +01:00
Jos Poortvliet
5f49266409
Update index.rst
...
adding flow to toc / menu
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
2019-12-30 10:30:47 +01:00
Jos Poortvliet
d35ed83c78
initial Flow 'documentation'
...
adds super basic description and link to Arthur's talk at 36C3.
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
2019-12-30 10:28:21 +01:00
John Molakvoæ
bfc9df162d
Remove old theme and unused dependencies ( #1743 )
...
* Remove old theme and unused dependencies
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Remove last uneeded files
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump jQuery
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-12-30 09:47:28 +01:00
Sven Strickroth
985b003fa9
Optimize wording
...
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2019-12-15 16:42:37 +01:00
Sven Strickroth
d36d86b776
Fix typo
...
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2019-12-15 16:42:29 +01:00
Jos Poortvliet
9df211b9d5
add autocomplete API
...
replacing #1566
2019-12-07 16:06:48 +01:00
J0WI
2afa489448
Distinguish apps from clients
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-11-24 16:47:46 +01:00
Kai
cea944ab87
Fix desktop client url
...
Signed-off-by: splitt3r <splitt3r@users.noreply.github.com>
2019-11-24 16:27:07 +01:00
Sascha Wiswedel
600f32dbd3
Merge pull request #1573 from nextcloud/code-of-conduct-on-website
...
Link to website instead of duplicating CoC
2019-09-18 22:50:31 +02:00
Sascha Wiswedel
20d92fe9cf
Update developer_manual/general/code-of-conduct.rst
...
use HTTPS
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-09-18 19:50:49 +02:00
John Molakvoæ
9b982abadf
Update tutorial to match the repo ( #1582 )
...
Update tutorial to match the repo
2019-09-18 01:22:46 +02:00
Roeland Jago Douma
4bfe0ba609
Merge pull request #1616 from nextcloud/fix/ocs/doctree
...
Fix the OCS doctree
2019-09-17 22:57:16 +02:00
Sascha Wiswedel
4d9012ca5a
updated share types in OCS API
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-09-17 18:29:55 +02:00
Roeland Jago Douma
5c88b734f1
Fix the OCS doctree
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-09-17 18:27:28 +02:00
Julius Härtl
3004bfd32a
Add links to vue tutorial and source files
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-08-27 07:53:36 +02:00
Julius Härtl
6a2203c4b4
Fix migration in app tutorial
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-08-27 07:39:48 +02:00
Julius Härtl
cf1222e242
Update tutorial to match the repo
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-08-17 19:26:08 +02:00
John Molakvoæ
3b4f496299
Apply suggestions from code review
2019-08-12 13:45:16 +02:00
Filis Futsarov
5279630790
Update devenv.rst
2019-08-11 17:42:52 +02:00
Jos Poortvliet
4f6b7eb448
Link to website instead of duplicating it
...
I propose we link to our website for the CoC, rather than duplicating it here.
2019-08-02 15:26:19 +02:00
Roeland Jago Douma
4339e90524
Loginflow v2 docs
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-08-02 15:25:37 +02:00
J0WI
3711a52c53
Fix bullet points
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-25 17:46:03 +02:00
Morris Jobke
50c6357e94
Merge pull request #1559 from nextcloud/OCS-API-grouping
...
move OCS API in one place
2019-07-22 13:24:01 +02:00
Jos Poortvliet
17814d4a71
move OCS API in one place
...
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
2019-07-16 18:19:55 +02:00
Roeland Jago Douma
dac43b0dcb
Add CSP event docs
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-07-16 15:16:08 +02:00
Roeland Jago Douma
5faaa3d3b1
Add initial event docs
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-07-16 15:14:35 +02:00
John Molakvoæ
3f62c2ea49
Merge pull request #946 from nextcloud/remove-legacy-theming
...
Remove legacy theming documentation
2019-07-02 07:12:44 +02:00
John Molakvoæ
78d0ddf5a1
Merge pull request #1503 from githubkoma/patch-2
...
Update tutorial.rst, fixes #1500
2019-07-02 07:00:21 +02:00
Marius Blüm
7e36f755c7
Remove legacy theming documentation
...
Signed-off-by: Marius Blüm <marius@lineone.io>
2019-07-02 06:57:07 +02:00
Roeland Jago Douma
684d3d52fb
Fix some code-block warnings
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-07-01 11:35:42 +02:00
githubkoma
a170a77645
Update tutorial.rst, fixes #1500
...
DB Migration files have to end with ".php"
Fixes https://github.com/nextcloud/documentation/issues/1500
2019-06-17 09:49:11 +02:00
Roeland Jago Douma
e70db07708
Delete app password docs
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-05-17 12:24:52 +02:00
Roeland Jago Douma
6c4c9f7273
Remote wipe client api docs
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-05-16 09:59:19 +02:00
Roeland Jago Douma
5709f09097
Add app password migration section
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-05-09 20:17:53 +02:00
Arthur Schiwon
94138849b7
fix links on NPM page
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-05-09 16:35:42 +02:00
Elie Vischel
1e81c2955d
text edit mispelling
2019-05-03 11:12:46 +02:00
Deutscher Bundesjugendring
c8318ef464
Link to issue submission guidelines led to 404 error page
...
The link was incorrect or outdated.
2019-04-24 13:07:59 +00:00
John Molakvoæ
a9e2fccd63
Fix npm dev build instructions
2019-04-18 08:29:22 +02:00
Olav Seyfarth
0d653803dc
Update code-of-conduct.rst
2019-04-09 21:32:22 +02:00
Jan-Christoph Borchardt
894706540b
Remove specific unnecessary reference
2019-04-01 20:40:33 +02:00