Commit Graph

586 Commits

Author SHA1 Message Date
Bernhard Posselt
66b38ad6ca more info in the comparison chart 2013-03-17 22:41:19 +01:00
Bernhard Posselt
88bf25c141 added hint about appframework activation 2013-03-17 22:33:07 +01:00
Bernhard Posselt
559f48ec92 Update controllers.rst 2013-03-17 22:11:14 +01:00
Bernhard Posselt
37c088876f Merge pull request #76 from ThomasKramps/patch-2
Update installation_others.rst
2013-03-17 03:17:28 -07:00
ThomasKramps
0dd9f05565 Update installation_others.rst
I think we don't need to define access.log and error.log since owncloud does the logging automatically in /var/log/access.log and /var/log/error.log. Setting a log level here would even rule out the gui setting in the admin section of owncloud.

…and some little design fixes.
2013-03-17 10:45:32 +01:00
Bernhard Posselt
af0db6a4cd Merge pull request #75 from houqp/controller_update
more on controller doc: also take care of cookie method
2013-03-16 14:00:37 -07:00
Qingping Hou
f5e98c033e update cookie method to latest api 2013-03-16 16:27:26 -04:00
Qingping Hou
e0854b965c also take care of cookie method 2013-03-16 15:31:53 -04:00
Bernhard Posselt
e602601979 Merge pull request #74 from houqp/controller_update
document env and session a bit for Controller
2013-03-16 12:27:32 -07:00
Qingping Hou
e01f719a77 document env and session a bit for Controller 2013-03-16 15:23:10 -04:00
Bernhard Posselt
b6669137ab Merge pull request #73 from ThomasKramps/patch-1
Update installation_others.rst
2013-03-16 09:25:05 -07:00
ThomasKramps
01585f24a1 Update installation_others.rst
root path is normally /var/www. In default environment $server_name/htdocs throws a 404.

inlude fastcgi.conf throws 'open() "/etc/nginx/fastcgi.conf" failed (2: No such file or directory)', assuming fastcgi_params would be correct.

access_log main throws an 'unknown log format "main"', here I don't know how to fix it, so I commented it out for me. Please look into it!

First github-experience for me. If I could do something better please criticize.
2013-03-16 16:10:11 +01:00
Bernhard Posselt
e14489db47 Merge pull request #72 from QuentinFonteneau/patch-3
precision on regex
2013-03-16 03:32:01 -07:00
QuentinFonteneau
b04de7196a precision on regex
Precise to use $1 and $2 for $script_name & $path_info if admin use ^(.+?\.php)(/.*)?$ instead of ^(?<script_name>.+?\.php)(?<path_info>/.*)?$
2013-03-16 11:01:10 +01:00
Bernhard Posselt
54b2b92279 Merge pull request #69 from leezu/patch-2
Update installation_others.rst
2013-03-15 15:49:52 -07:00
Lukas Reschke
3f0e85ebef Merge pull request #71 from Hoall/patch-3
Update configuration_database.rst
2013-03-15 12:59:31 -07:00
Felix Paetow
10a7539b71 Update configuration_database.rst
Different socket

Add information about a different socket under debian squeeze.
2013-03-15 20:55:28 +01:00
Bernhard Posselt
d7236acc0a finished the tutorial 2013-03-15 18:00:09 +01:00
Bernhard Posselt
5fda650bd0 added basic tutorial code 2013-03-15 17:33:56 +01:00
Bernhard Posselt
c9f83ff0de completed runtime config 2013-03-15 17:23:10 +01:00
Bernhard Posselt
56e03a0243 fixed layout 2013-03-15 17:15:28 +01:00
Bernhard Posselt
0701b30483 added more infos about the DIContainer 2013-03-15 17:13:59 +01:00
Lukas Reschke
f8703fabe9 Fix links 2013-03-15 16:37:58 +01:00
Lukas Reschke
ef9ed98115 Add some infos about directory traversal + add missing ' 2013-03-15 16:36:15 +01:00
Leonard
f3b5cd18ec Update installation_others.rst
Update https rewrite.
See http://wiki.nginx.org/Pitfalls#Taxing_Rewrites
2013-03-15 12:31:33 +01:00
Bernhard Posselt
3d5b284f9d Merge pull request #68 from houqp/api_404_and_403_response
add document for NotFoundResponse and ForbiddenResponse
2013-03-15 03:42:21 -07:00
Qingping Hou
f98cc739ab add document for NotFoundResponse and ForbiddenResponse 2013-03-15 00:54:47 -04:00
Bernhard Posselt
d35c60881d Update index.rst 2013-03-14 23:54:53 +01:00
Bernhard Posselt
0c376eae15 added transactions 2013-03-14 17:31:21 +01:00
Bernhard Posselt
d679e040d3 added links for testacular 2013-03-14 17:29:03 +01:00
Bernhard Posselt
6415cd5e2f added test docs 2013-03-14 17:29:02 +01:00
Bernhard Posselt
e84229d7e6 Merge pull request #67 from ewildgoose/fix-nginx
Update installation_others.rst to improve nginx config instructions
2013-03-14 09:15:56 -07:00
Ed Wildgoose
596e4d5f2c Update installation_others.rst
Update Nginx configuration

Fixes a number of potential security holes. Avoids duplication.
TODO: Further restrict locations where .php files can be found.
2013-03-14 16:07:34 +00:00
Bernhard Posselt
a25c267c84 added request doc 2013-03-14 16:37:48 +01:00
Bernhard Posselt
02871e12dd added some js test doc 2013-03-14 12:03:42 +01:00
Bernhard Posselt
129be67c4f improved and splitted routes 2013-03-14 11:30:11 +01:00
Bernhard Posselt
e11d2b3aad added comparison link to front app page 2013-03-13 18:55:04 +01:00
Bernhard Posselt
45523464d2 added model docs 2013-03-13 18:42:08 +01:00
Bernhard Posselt
ceb85d5949 added routes for normal apps 2013-03-13 18:10:08 +01:00
Bernhard Posselt
a23f822753 more content for normal app development 2013-03-13 18:06:41 +01:00
Bernhard Posselt
aac8a531cb overview structure for appframework 2013-03-13 17:56:01 +01:00
Bernhard Posselt
e199fdfe49 use includes to not fuck up the left navigation 2013-03-13 17:44:53 +01:00
Bernhard Posselt
20b490005e merged 2013-03-13 17:17:42 +01:00
Alessandro Cosentino
fe114a8f66 fix broken link 2013-03-13 17:14:08 +01:00
Stefan Herbrechtsmeier
dd05a52403 codingguidelines: Don't use a different style for loops 2013-03-13 17:14:08 +01:00
Stefan Herbrechtsmeier
9462399005 codingguidelines: Add space between control keyword and opening parenthesis 2013-03-13 17:14:08 +01:00
Stefan Herbrechtsmeier
eba5ef13a0 codingguidelines: Always use one space in front of opening braces 2013-03-13 17:14:07 +01:00
Stefan Herbrechtsmeier
f0f495f928 codingguidelines: Correct confusion of camelCase and PascalCase 2013-03-13 17:14:07 +01:00
Stefan Herbrechtsmeier
324d542673 codingguidelines: Add else to single line if example 2013-03-13 17:14:07 +01:00
Bernhard Posselt
a5761ca8d0 structure changes 2013-03-13 17:13:35 +01:00