unrhodecode/rhodecode/lib
Marcin Kuzminski 479c786358 http-app: simplify detection of chunked encoding.
- since we now properly use chunked requests git client reports this in nicer way.
we no longer need to rely on hacks to detect chunked streams.
2017-04-18 09:31:49 +02:00
..
celerylib core: removed pyro4 from Enterprise code. Fixes #5198 2017-02-07 15:58:49 +01:00
celerypylons license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
dbmigrate user-journal: prepare new datastructure for v2 of user logs. 2017-04-11 22:20:10 +02:00
index search: goto commit search will now use a safe search option and never 2017-02-07 19:42:04 +01:00
middleware http-app: simplify detection of chunked encoding. 2017-04-18 09:31:49 +02:00
paster_commands license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
plugins license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
rcmail mailer: don't use a mutable default argument 2017-02-07 16:07:05 +01:00
vcs nodes: fetching largefiles content is commit independent because the pointes is 2017-04-12 20:54:32 +02:00
__init__.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
action_parser.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
app_globals.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
auth.py auth: the correct prefixes for python bcrypt are $2a or $2b. 2017-04-12 20:53:28 +02:00
base.py pyramid: added checks for password change for authenticated users. 2017-03-14 12:40:01 +01:00
caches.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
caching_query.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
channelstream.py channelstream: make main exception be base for all others. 2017-01-02 14:11:02 +01:00
codeblocks.py diffs: use custom lexer extraction in diffs to so it behaves consistently with 2017-04-04 19:29:11 +02:00
colander_utils.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
colored_formatter.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
compat.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
datelib.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
db_manage.py tests: fix usage of false in test, in forms it's always with capital letter. 2017-03-21 11:55:01 +01:00
diff_match_patch.py diffs: replace compare controller with new html based diffs: 2016-10-19 14:29:51 +03:00
diffs.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
encrypt.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
exceptions.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
ext_json.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
fakemod.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
graphmod.py changelog: added dynamic loaders to extend number of commits inside changelog. 2017-01-31 22:05:36 +01:00
helpers.py helpers: remove deprecated fancy_file_stats that is not used anymore. 2017-03-28 22:37:46 +02:00
hooks_base.py auth-tokens: fixed tests 2017-02-28 12:49:40 +01:00
hooks_daemon.py exception-handling: propagate hooks tracebacks to vcsserver for easier debugging. 2017-02-23 12:53:24 +01:00
hooks_utils.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
jsonalchemy.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
logging_formatter.py core: removed pyro4 from Enterprise code. Fixes #5198 2017-02-07 15:58:49 +01:00
markdown_ext.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
markup_renderer.py makrup-renderer: fix some cases which could cause lxml errors, skip js flags 2017-03-13 11:17:00 +01:00
memory_lru_debug.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
pidlock.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
repo_maintenance.py repositories: enabled support for maintenance commands. 2017-03-16 15:09:20 +01:00
system_info.py system-info: show better message when cannot fetch info about gunicorn workers 2017-03-23 17:44:51 +01:00
user_log_filter.py admin-users: add audit page to allow showing user actions in RhodeCode. 2017-03-23 13:50:55 +01:00
user_sessions.py user-sessions: added an API call to cleanup sessions. 2017-01-30 11:17:42 +01:00
utils.py files: use html+mako lexer for .mako files. 2017-04-04 19:29:39 +02:00
utils2.py url-parsing: fix for bug #5218, remove not allowed chars from uri 2017-02-19 17:43:34 +01:00