Commit Graph

300 Commits

Author SHA1 Message Date
drarko
4dc489ea45 Bad class in register service AuthorMapper
return new AuthorService 

replaced by 

return new AuthorMapper
2014-12-10 16:26:43 -03:00
Volkan Gezer
baa38c8bda Merge pull request #636 from owncloud/vendor-style-and-script
ownCloud 8: add vendorScript and vendorStyle usage
2014-12-09 17:55:01 +01:00
Carla Schroder
fe9d43a25c Merge pull request #669 from owncloud/add-testcase-class
Add testcase class
2014-12-08 11:32:04 -08:00
Olivier Paroz
092b55f43f Fix typo 2014-12-06 19:56:21 +01:00
Lukas Reschke
a08dedb77b Fix typo 2014-12-05 18:24:45 +01:00
Carla Schroder
66c8521a87 Merge pull request #678 from owncloud/add-Cookies
ownCloud 8: Add documentation about reading and setting cookies
2014-12-04 11:44:45 -08:00
Carla Schroder
6be12f796f Merge pull request #501 from owncloud/app-nav
ownCloud 8: Add app developer documentation for list entry actions
2014-12-04 10:39:13 -08:00
Lukas Reschke
c62f9b1e7c Add documentation about reading and setting cookies
Follow-up of https://github.com/owncloud/core/pull/12472
2014-11-28 11:10:33 +01:00
Bernhard Posselt
bed381d76d Update controllers.rst 2014-11-24 10:27:59 +01:00
Joas Schilling
15a3985fd6 Add reference for TestCase class to docs 2014-11-20 15:03:17 +01:00
Carla Schroder
115b581245 one more time, taming the TOC so that the left navbar displays correctly, added ios and android to toc 2014-11-19 20:17:41 -08:00
marcdexet-cnrs
658cbed32f update doc about possible mistake
Routing is case sensitive, be carefull about the appName case.
2014-11-14 14:49:49 +01:00
Morris Jobke
98310a8df6 underline convention 2014-11-04 14:00:27 +01:00
Morris Jobke
06dda72e06 add vendorScript and vendorStyle usage
* see owncloud/core#11916
2014-11-03 16:27:39 +01:00
marmuDev
79de1f64ab Update js.rst
AngularJS: var app...
missing closing "]" before ").config..."
2014-10-30 21:52:20 +01:00
Bernhard Posselt
e6657dcd1f fix #416 2014-10-30 16:35:01 +01:00
Bernhard Posselt
377ce4a919 add version added attribute 2014-10-30 16:17:02 +01:00
Bernhard Posselt
d04f803b41 add data responses docs 2014-10-30 14:24:59 +01:00
Lukas Reschke
090d87bcee Add information how to add hints 2014-10-27 18:05:42 +01:00
Volkan Gezer
af81c9f9ad remove duplicate entry 2014-10-20 01:58:27 +02:00
Bernhard Posselt
b852d257b2 fix second session description error 2014-10-14 13:46:08 +02:00
Bernhard Posselt
6d830f1c85 fix session description 2014-10-14 13:45:05 +02:00
Bernhard Posselt
89aee478a4 add session information chapter 2014-10-14 13:38:37 +02:00
Bernhard Posselt
e0698a9339 Update database.rst 2014-10-02 16:49:28 +02:00
arnovr
c664173a89 Renamed SystemValue to UserValue
Methods where wrong, documentation claimed them setting and getting
uservalues through SystemValue's
2014-09-21 21:19:47 +02:00
Bernhard Posselt
29af7f2af1 fix headline type for undo entry 2014-09-19 14:52:08 +02:00
Bernhard Posselt
e0ed9b7b56 add docs for undo navigation entry deletion 2014-09-19 14:51:38 +02:00
Bernhard Posselt
2a66a39c49 Update startapp.rst 2014-09-14 17:33:27 +02:00
Jan-Christoph Borchardt
f3d7e2a340 correct folder-icon class to icon-folder 2014-09-11 17:00:23 +02:00
Bernhard Posselt
d2b2743b0f add docs for https://github.com/owncloud/core/pull/10964 2014-09-09 16:30:46 +02:00
Bernhard Posselt
3db28dd239 Added hint for polyfills 2014-09-08 21:59:22 +02:00
Bernhard Posselt
5bddf7bbd9 easier style tag and html imports 2014-09-08 21:38:27 +02:00
Bernhard Posselt
36b0703e8f add easier script tag for templates 2014-09-08 21:33:58 +02:00
Bernhard Posselt
7b8f2431a8 use input submit and form instead of just a button 2014-09-02 12:26:07 +02:00
Bernhard Posselt
cb5f844678 add form 2014-09-02 12:24:39 +02:00
Bernhard Posselt
62d6e91bfb add filter docs 2014-09-01 15:20:12 +02:00
Morris Jobke
86d89cdadb add IE8 fixes 2014-08-31 17:55:15 +02:00
Morris Jobke
cd42e83006 change has- to with- to be consistent 2014-08-31 16:07:59 +02:00
Bernhard Posselt
56cc41ef41 add description about the has-menu class 2014-08-31 12:16:03 +02:00
Bernhard Posselt
c35d471732 add docs for list entry actions 2014-08-28 13:43:40 +02:00
Bernhard Posselt
83efbb88f7 add docs for folders and drag and drop 2014-08-28 12:55:50 +02:00
Oliver Gasser
644f2eedac Update database.rst
After discussion with @Raydiation, changed entity properties to ```protected```.
2014-08-27 13:20:12 +02:00
Oliver Gasser
ba6cad5d09 Update database.rst
*PREFIX* needs to be all in caps.
2014-08-27 12:08:06 +02:00
Oliver Gasser
b9b2cbbdc5 Update routes.rst
Remove unmatching parenthesis.
2014-08-22 13:53:25 +02:00
Morris Jobke
9c67f39bfb Fix typo - ref #486
Thanks to @jonasfromhan
2014-08-20 22:42:27 +02:00
Morris Jobke
6aa10219a2 fix typo - fixes #486 2014-08-20 08:07:37 +02:00
Morris Jobke
ba1d5b271c remove expressive language 2014-08-05 08:31:09 +02:00
Bernhard Posselt
132c0b6fa3 Fix #459 2014-08-04 09:08:30 +02:00
Bernhard Posselt
cf3fe0946e Update routes.rst 2014-06-26 14:31:01 +02:00
Bernhard Posselt
a2308adf7d Update routes.rst 2014-06-26 14:11:35 +02:00