unrhodecode/rhodecode/model
Marcin Kuzminski c0c5fd5af8 user-groups: fix potential problem with group sync of external plugins.
- when using external plugin we used to check for a parameter that set the
sync mode. The problem is we only checked if the flag was there. So
toggling sync on and off set the value and then left the key still set
but with None. This confused the sync and thought the group should be
synced !
2017-09-29 21:40:06 +02:00
..
validation_schema user-api: use simple schema validator to be consistent how we validate between API and web views. 2017-06-21 15:36:24 +02:00
__init__.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
auth_token.py auth-token: only delete token if it exists. 2017-06-26 13:55:07 +02:00
changeset_status.py pull-request: extended default reviewers functionality. 2017-05-29 20:10:17 +02:00
comment.py pull-requests: prepare the migration of pull request to pyramid. 2017-06-19 13:25:15 +02:00
db.py security: use safe escaped version of description for repo and repo group to potentially 2017-06-21 12:23:46 +02:00
forms.py security: limit the maximum password lenght to 72 characters to prevent possible 2017-09-27 10:52:17 +02:00
gist.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
integration.py events: re-organizate events handling. 2017-06-08 21:37:34 +02:00
meta.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
notification.py home: moved home and repo group views into pyramid. 2017-06-05 15:16:04 +02:00
permission.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
pull_request.py security: use safe escaped version of description for repo and repo group to potentially 2017-06-21 12:23:46 +02:00
repo.py security: use safe escaped version of description for repo and repo group to potentially 2017-06-21 12:23:46 +02:00
repo_group.py security: use safe escaped version of description for repo and repo group to potentially 2017-06-21 12:23:46 +02:00
repo_permission.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
scm.py security: escape the returned paths of files and directories. 2017-06-20 20:02:24 +02:00
settings.py hooks: expose refs on push. 2017-05-17 22:17:09 +02:00
supervisor.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
user.py security: use new safe escaped user attributes across the application. 2017-06-19 15:14:02 +02:00
user_group.py user-groups: fix potential problem with group sync of external plugins. 2017-09-29 21:40:06 +02:00
validators.py repo-permissions: moved permissions into pyramid. 2017-05-05 16:04:16 +02:00