unrhodecode/rhodecode/lib
Martin Bornhold 03559da24d auth: Fix password_changed function, fixes #4043.
Never repot a changed password for default or anonymous users.

If anonymous access is disabled we don't get the default user here so we
also have to check if it is the anonymous user. In both cases (default user
and anonymous user) we can skip the password change check and return False.
2016-07-22 12:57:51 +02:00
..
celerylib celery: set global CELERY_ENABLED on any connection error 2016-06-30 19:38:31 +03:00
celerypylons project: added all source files and assets 2016-05-24 15:56:53 +02:00
dbmigrate tokens: auth-token is not only for git/hg but also for svn. 2016-07-13 12:34:17 +02:00
index whoosh: fallback schema uses now bigger ints, fixes #4035 2016-07-06 12:19:48 +02:00
middleware svn: Ignore the content length header from response, fixes #4112 2016-07-20 17:20:50 +02:00
paster_commands project: added all source files and assets 2016-05-24 15:56:53 +02:00
plugins frontend: prepare for plugin registration and life-cycle handling 2016-07-05 17:01:04 +02:00
rcmail project: added all source files and assets 2016-05-24 15:56:53 +02:00
vcs vcs: Implemented a gevent compatible Curl class, part of #4046 2016-07-21 12:51:50 +02:00
__init__.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
action_parser.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
annotate.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
app_globals.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
auth.py permissions: show overridden permissions in permission summary page 2016-06-06 05:58:37 +03:00
base.py js-template-context: made the context pyramid and pylons compatible. 2016-07-08 19:02:52 +02:00
caches.py file-browser: refactor how we load metadata for file trees. 2016-07-12 11:45:51 +02:00
caching_query.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
colander_utils.py colander: Add a colander preparer to remove trailing/leading whitespace. 2016-05-27 19:58:57 +02:00
colored_formatter.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
compat.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
datelib.py vcs: make commit datetimes utc 2016-06-09 05:20:58 +03:00
db_manage.py paster: fix redundant question on writable dir. The question needs to 2016-06-24 20:50:51 +02:00
diffs.py diffs: add translation string 2016-07-06 15:43:25 +02:00
encrypt.py encryption: Implement a slightly improved AesCipher encryption. 2016-06-27 19:26:03 +02:00
exceptions.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
ext_json.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
fakemod.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
graphmod.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
helpers.py assets: convert pylons static files to pyramid static_url, fixes #3504 2016-07-18 15:17:18 +03:00
hooks_base.py events: add event system for RepoEvents 2016-07-06 06:00:18 +03:00
hooks_daemon.py slack: fix links in commit/pr events 2016-07-11 17:57:34 +02:00
hooks_utils.py events: add pull request events 2016-07-06 07:15:02 +03:00
jsonalchemy.py integrations: use mutable json settings using json alchemy MutableObject. 2016-07-14 11:23:28 +02:00
logging_formatter.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
markdown_ext.py markdown: enable full githubFlavoredMarkdown 2016-06-29 00:51:18 +02:00
markup_renderer.py renderer: fixed the helper funtion to original version. This 2016-07-08 19:40:31 +02:00
memory_lru_debug.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
pidlock.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
utils.py auth: Fix password_changed function, fixes #4043. 2016-07-22 12:57:51 +02:00
utils2.py slack: fix links in commit/pr events 2016-07-11 17:57:34 +02:00