Commit graph

47 commits

Author SHA1 Message Date
Marcin Kuzminski
8686845a97 docs: updated section on performance, scaling, ssl support 2017-10-30 12:52:42 +01:00
Marcin Kuzminski
7b0f075487 docs: added example how to make tmpfs changes permanent 2017-10-09 11:32:43 +02:00
Marcin Kuzminski
758d34b966 docs: added gzip into static files for nginx 2017-10-05 09:23:33 +02:00
Marcin Kuzminski
724f376e7f docs: added 502 page instructions for nginx and apache 2017-10-04 13:11:04 +02:00
Marcin Kuzminski
42f25bce8e docs: updated Apache documentation for serving static files 2017-08-18 14:29:52 +02:00
Marcin Kuzminski
0012823054 docs: updated svn configuration to prevent 400 errors on certain Apache versions. 2017-08-12 19:20:06 +02:00
Marcin Kuzminski
711278bd27 docs: small rst fixes. 2017-06-29 11:36:13 +02:00
Marcin Kuzminski
fb20d49bf1 docs: updated repo extra fields documentation. 2017-06-23 15:06:22 +02:00
Daniel Dourvaris
1eff40ea89 docs: added example how to secure login page from brute force attacks. 2017-06-15 23:32:01 +02:00
Marcin Kuzminski
25732899d2 docs: added large header support for Apache 2017-05-02 23:00:09 +02:00
Marcin Kuzminski
b21017e30d docs: updated docs about configuration of vcsserver. 2017-04-27 20:28:54 +02:00
Marcin Kuzminski
73a3942d3d docs: update docs on svn-http and mod-dav generation. 2017-03-29 17:06:18 +02:00
Marcin Kuzminski
aae43412f3 git-lfs: added doc about changing git-lfs 2017-03-20 14:04:37 +01:00
Marcin Kuzminski
aa95986678 mercurial: allow editing largefile store from web interface. 2017-03-17 22:08:34 +01:00
Marcin Kuzminski
4ad57f8cca conf: updated Apache config with keepalive and timeout.
Fixes #5213
2017-02-14 09:42:04 +01:00
Marcin Kuzminski
3d3f2db34a core: removed pyro4 from Enterprise code. Fixes #5198 2017-02-07 15:58:49 +01:00
Marcin Kuzminski
d9f1c3f5de docs: added info about changing authentication type for users 2017-02-05 12:20:27 +01:00
Marcin Kuzminski
6a662ef4ed docs: updated docs about session tunning, and fixed DB tunning guide. 2017-01-11 14:01:43 +01:00
Marco Bozzolan
48289a36c3 Suggest different permissions for tmpfs-mounted /tmp 2017-01-04 12:56:30 +01:00
Marcin Kuzminski
18125202da docs: updated nginx/apache configurations.
- websocket/channelstream configuration
- updated Apache to be as close as possible to Nginx config.
2016-12-27 21:06:14 +01:00
Marcin Kuzminski
ff05432567 docs: updated information how to start ishell interface for RhodeCode 2016-12-15 23:29:29 +01:00
Marcin Kuzminski
6b789852f0 svn-support: generate http downgrade only if we force_https in config. 2016-12-12 18:25:45 +01:00
Marcin Kuzminski
2d3588facb docs: fix apache as subdirectory instructions.
- fix HTTP flag
- fix badly stated force_https usage together with proxy-prefix
2016-11-17 15:57:15 +01:00
Marcin Kuzminski
c152f31d62 docs: fixed small wanrings/errors during build. 2016-11-15 14:01:59 +01:00
Marcin Kuzminski
71708dcc79 svn: fixed docs for svn over http. 2016-11-15 13:06:02 +01:00
Marcin Kuzminski
d58bae5676 Added request header downgrade for COPY command to work on https setup. Fixes #4307 2016-11-11 20:06:48 +01:00
Marcin Kuzminski
e10c482cd2 docs: updated backup documentation. 2016-10-25 20:00:11 +02:00
Marcin Kuzminski
23d86579e4 docs: added infor about flash message suppressing. 2016-10-14 12:27:20 +02:00
Marcin Kuzminski
7586514d8c docs: added restoration commands for DBs 2016-10-07 16:49:42 +02:00
Marcin Kuzminski
dc2d17cfb3 docs: add change user details docs 2016-10-03 20:23:24 +02:00
lisaq
79ba0a8df8 docs: removing old svn-http file from docs 2016-09-06 14:54:13 +02:00
lisaq
d3a03bfbd2 docs: moving svn http docs to vcs server management 2016-09-06 14:53:05 +02:00
Marcin Kuzminski
18080814d5 docs: update SVN configuration docs 2016-08-23 12:03:01 +02:00
Marcin Kuzminski
f851c82cc3 docs: updated nginx example
- use A+ securit settings
- added gist custom domain
- added custom 502 page example
- formtting cleanups
2016-08-10 00:42:16 +02:00
Marcin Kuzminski
8b3d60be6d docs: updated docs on proxy prefix for nginx and apache 2016-08-09 23:45:31 +02:00
Daniel Dourvaris
32a4907adb docs: updated docs for integrations, fixes #4137
* added docs for jira, hipchat, redmine, jira, webhook integrations
* moved old integrations/rcextensions docs to "hooks & extensions"
2016-08-04 05:14:57 +03:00
Marcin Kuzminski
95e32917c7 static: change static path to serve rhodecode static assets from
dedicated rhodecode path.

This helps to serve statics via http server and then still allow
plugin statics to work under a common prefix
2016-07-31 12:57:39 +02:00
Marcin Kuzminski
708038952c db: always use Session() for compatibility, Using Session is actually the
scoped_session which is not the same as the one which we "call".

More here: http://docs.sqlalchemy.org/en/latest/orm/contextual.html#contextual-thread-local-sessions
2016-07-27 00:42:19 +02:00
Marcin Kuzminski
42abd96518 docs: added channelstream example 2016-07-21 23:21:22 +02:00
Daniel Dourvaris
c0e90309c9 docs: update example nginx/apache configs to use .rccontrol static path 2016-07-19 13:02:40 +03:00
Daniel Dourvaris
66e6bdfd91 config: update ini/config files to account for /_static path 2016-07-19 12:22:45 +03:00
Marcin Kuzminski
6aafd24fce docs: fixed a svn checkout typo. Fixes #4067 2016-07-07 10:13:38 +02:00
Marcin Kuzminski
c37c75f1a8 configs: remove deprecated whoosh logger. It's no longer part of CE codebase, now it's
in RhodeCode Tools.
2016-06-28 16:47:50 +02:00
Daniel Dourvaris
1255a47820 docs: add elasticsearch docs 2016-06-09 03:34:53 +03:00
Marcin Kuzminski
a9e7becc0e docs: updated apache/nginx configs 2016-06-07 22:05:18 +02:00
Marcin Kuzminski
28bfada804 docs: update info about requirements 2016-06-07 12:52:57 +02:00
Marcin Kuzminski
9a0d8c0b77 project: added all source files and assets 2016-05-24 15:56:53 +02:00