Mon, 15 Sep 2014 21:14:44 -0500 |
'Karl O. Pinc' |
use proper parameter name in log_attempt() call
|
Mon, 15 Sep 2014 21:14:02 -0500 |
'Karl O. Pinc' |
remove trailing whitespace
|
Mon, 15 Sep 2014 21:00:41 -0500 |
'Karl O. Pinc' |
use proper argument, pagename, in call to log_attempt()
|
Mon, 15 Sep 2014 20:48:41 -0500 |
'Karl O. Pinc' |
use pagename as argument instead of name
|
Mon, 15 Sep 2014 12:02:20 -0500 |
'Karl O. Pinc' |
Merge upstream.
|
Thu, 04 Sep 2014 14:48:36 -0500 |
'Karl O. Pinc' |
merge upstream
|
Thu, 04 Sep 2014 14:18:56 -0500 |
'Karl O. Pinc' |
log username, if exists, when abused action not presented to user
|
Thu, 04 Sep 2014 14:09:28 -0500 |
'Karl O. Pinc' |
add page name to abuse log
|
Thu, 04 Sep 2014 13:16:01 -0500 |
'Karl O. Pinc' |
log abuse when abused action is not presented to user
|
Thu, 04 Sep 2014 11:47:12 -0500 |
'Karl O. Pinc' |
log page creation access denied with abuse logger
|
Thu, 04 Sep 2014 10:50:04 -0500 |
'Karl O. Pinc' |
log action detections of access violations with abuse logger
|
Thu, 04 Sep 2014 10:49:26 -0500 |
'Karl O. Pinc' |
log additional detections of editing failure
|
Thu, 04 Sep 2014 10:22:09 -0500 |
'Karl O. Pinc' |
log user account creation with the abuse logger
|
Wed, 03 Sep 2014 22:43:26 -0500 |
'Karl O. Pinc' |
log failed page edit attempts with the abuse logger
|
Tue, 16 Sep 2014 14:14:50 +0200 |
Thomas Waldmann |
fix pep8 issue
|
Fri, 12 Sep 2014 15:34:52 +0200 |
Thomas Waldmann |
decode some config default values for user profiles
|
Thu, 04 Sep 2014 14:12:27 +0200 |
Thomas Waldmann |
textcha failures: log reason
|
Thu, 21 Aug 2014 16:51:58 +0200 |
Thomas Waldmann |
updated i18n
|
Wed, 20 Aug 2014 10:55:13 +0200 |
Thomas Waldmann |
update CHANGES about XSS security fix
|
Wed, 20 Aug 2014 10:52:31 +0200 |
Thomas Waldmann |
security fix: XSS in useragents stats
|
Mon, 04 Aug 2014 23:36:41 +0200 |
Thomas Waldmann |
updated underlay
|
Mon, 04 Aug 2014 22:59:09 +0200 |
Thomas Waldmann |
updated i18n
|
Mon, 04 Aug 2014 22:28:44 +0200 |
Thomas Waldmann |
make install-docs interwiki
|
Fri, 06 Jun 2014 17:11:32 +0200 |
Thomas Waldmann |
auth surge protection: do not activate this in builtin default config
|
Fri, 06 Jun 2014 15:54:09 +0200 |
Thomas Waldmann |
moin auth: give error msg when user name is missing
|
Fri, 06 Jun 2014 15:52:35 +0200 |
Thomas Waldmann |
surge protection for authentication (currently just for "moin" auth), updated docs/CHANGES
|
Fri, 06 Jun 2014 14:23:58 +0200 |
Thomas Waldmann |
abuse logging: add logging for setuid, improve CHANGES entry
|
Fri, 06 Jun 2014 14:08:21 +0200 |
Thomas Waldmann |
abuse logging: add CHANGES entry, add example logging configuration, revert wikiserverlogging.conf
|
Fri, 06 Jun 2014 13:33:16 +0200 |
Thomas Waldmann |
add logging for login to detect potential abuse
|
Tue, 29 Apr 2014 10:42:46 +0200 |
Thomas Waldmann |
do not call dict() on MultiDict instances, but .to_dict()
|
Mon, 28 Apr 2014 21:55:23 +0200 |
Thomas Waldmann |
remove print statements from user attr caching code
|
Sat, 01 Mar 2014 19:07:03 +0100 |
Thomas Waldmann |
events tests: use PageEditor instances, like in the production code
|
Sat, 01 Mar 2014 15:42:20 +0100 |
Thomas Waldmann |
mail notification template string configuration: add examples
|
Sat, 01 Mar 2014 02:27:26 +0100 |
Thomas Waldmann |
notification template strings: better naming consistency for configuration values
|
Sat, 01 Mar 2014 02:11:32 +0100 |
Thomas Waldmann |
update CHANGES about notification changes / fixes
|
Sat, 01 Mar 2014 01:50:50 +0100 |
Thomas Waldmann |
email notifications: handle PageRenamedEvent (bugfix, was not handled yet), reduce code duplication
|
Sat, 01 Mar 2014 00:57:10 +0100 |
Thomas Waldmann |
email notifications: handle PageRenamedEvent (bugfix, was not handled yet)
|
Sat, 01 Mar 2014 00:33:36 +0100 |
Thomas Waldmann |
email notifications: handle PageDeletedEvent (bugfix, was not handled yet)
|
Fri, 28 Feb 2014 23:18:20 +0100 |
Thomas Waldmann |
email notifications: move default texts to configuration so they can be overwritten, clean up notification module
|
Fri, 28 Feb 2014 20:04:49 +0100 |
Thomas Waldmann |
email notification: internally use python template strings to assemble the subject and texts from given components
|
Fri, 28 Feb 2014 19:38:41 +0100 |
Thomas Waldmann |
fix return type of get_by_... lookup functions (must be User obj or None)
|
Fri, 14 Feb 2014 17:24:43 +0100 |
Thomas Waldmann |
update CHANGES
|
Fri, 14 Feb 2014 17:01:16 +0100 |
Thomas Waldmann |
replace slow get_by_filter() calls by faster _getUserIdByKey calls
|
Fri, 14 Feb 2014 15:29:47 +0100 |
Thomas Waldmann |
only cache valid user's attributes (we don't care for invalid/disabled user profiles)
|
Fri, 14 Feb 2014 14:59:29 +0100 |
Thomas Waldmann |
_getUserIdByKey: make sure we are only called for cached/supported userprofile attributes
|
Wed, 12 Feb 2014 18:22:10 +0100 |
Thomas Waldmann |
userid lookup caches: use 1 on-disk cache file, update cache rather than rebuild
|
Wed, 12 Feb 2014 12:53:41 +0100 |
Thomas Waldmann |
optimized notification of superusers on user account creation
|
Wed, 12 Feb 2014 12:12:17 +0100 |
Thomas Waldmann |
add comments about userid lookup cache killing/rebuilding
|
Wed, 12 Feb 2014 12:07:22 +0100 |
Thomas Waldmann |
"userdir" caching scope: use it for userid lookup caches, reduce code duplication
|
Wed, 12 Feb 2014 01:15:00 +0100 |
Thomas Waldmann |
getSubscribers: fix: move the cache to "userdir" scope, update cleancache script
|
Tue, 11 Feb 2014 16:18:47 +0100 |
Thomas Waldmann |
introduce a new caching scope "userdir"
|
Tue, 11 Feb 2014 15:55:54 +0100 |
Thomas Waldmann |
getSubscribers: cleanups, optimizations, locking fix, .valid fix
|
Tue, 11 Feb 2014 14:08:06 +0100 |
Thomas Waldmann |
apply original patches from MoinMoinBugs/GetSubscribersSlow (as is)
|
Mon, 03 Feb 2014 17:14:05 +0100 |
Thomas Waldmann |
mail import: use relative attachment link markup instead of absolute links (enables some renaming operations without changing the markup)
|
Mon, 03 Feb 2014 14:32:40 +0100 |
Thomas Waldmann |
update CHANGES
|
Fri, 31 Jan 2014 18:33:18 +0100 |
Thomas Waldmann |
AttachFile: move or delete multiple attachments
|
Sat, 11 Jan 2014 03:53:05 +0100 |
Thomas Waldmann |
updated underlay
|
Sun, 05 Jan 2014 04:38:29 +0100 |
Thomas Waldmann |
improve pypi metadata / classifiers
|
Sun, 05 Jan 2014 04:21:00 +0100 |
Thomas Waldmann |
bump version number to 1.9.8
|
Sun, 05 Jan 2014 04:15:51 +0100 |
Thomas Waldmann |
update CHANGES
|