|
1468ddbecb
|
towards supporting python 2 and 3
- use absolute_imports
- make use of six.moves
- use exec instead of execfile
- use list(dict) instead if dict.keys()
|
2016-08-25 18:34:36 +02:00 |
|
|
e9863c238e
|
always use get_operator, avoid case-insensitive match if possible
|
2016-06-30 11:28:09 +02:00 |
|
|
b2a9a5f711
|
space
|
2016-06-15 17:56:31 +02:00 |
|
|
f6cebcaec9
|
fix user/group api
|
2016-03-08 20:14:05 +05:30 |
|
|
4613005b83
|
use geoip2 api to fix ipv6 lookups
|
2016-03-04 12:50:44 +05:30 |
|
|
051a3578b4
|
inline django 1.9 version of ox.django
|
2016-02-20 10:41:23 +00:00 |
|
|
62caf55fe6
|
stop using RequestContext
|
2016-02-20 15:15:02 +05:30 |
|
|
4219246909
|
db migration
|
2016-02-20 15:15:01 +05:30 |
|
|
1cc795995d
|
user.get_profile()->user.profile
|
2016-02-19 22:06:11 +05:30 |
|
|
3e8f28ff47
|
update imports
|
2016-02-19 22:06:10 +05:30 |
|
|
e22cc432b3
|
use transaction.atomic
|
2016-02-19 21:55:09 +05:30 |
|
|
e738503380
|
remove old migrations
|
2016-02-19 15:17:18 +00:00 |
|
|
d241b90b63
|
check data is a dict
|
2016-02-19 18:46:53 +05:30 |
|
|
c7515517da
|
remove persona support
|
2016-01-12 14:04:34 +05:30 |
|
|
face7da3da
|
avoid duplicate users for or queries, fixes #2871
|
2016-01-12 12:06:12 +05:30 |
|
j
|
5e6b054896
|
extend cookie age if its still used
|
2015-06-30 20:02:09 +02:00 |
|
|
c2e7ac3190
|
signup: fix error documentation, require email
email is required by the UI, and if you don't provide
it this method raises KeyError anyway.
|
2015-04-28 18:13:25 +02:00 |
|
|
51c3df9660
|
typo: permissino permission in 403 errors
|
2015-04-28 18:12:00 +02:00 |
|
j
|
5e8294b1c0
|
function to merge two users
|
2015-04-15 14:59:42 +05:30 |
|
j
|
7377de62f7
|
remove all sessions of user on signout, fixes #2700
|
2015-02-25 18:17:35 +00:00 |
|
j
|
90a49b2a4d
|
ui.onload -> user.script, fixes #2697
|
2015-02-21 10:32:48 +00:00 |
|
j
|
c1066ad7f1
|
user agent might not be set
|
2015-02-06 11:08:10 +05:30 |
|
j
|
ed8f8517c5
|
rename api: statistics->getStatistics, fixes #2603
|
2014-12-22 10:31:23 +00:00 |
|
rolux
|
ea1a94e9e4
|
update api docs (omissions, wording, typos)
|
2014-12-21 13:03:49 +00:00 |
|
rolux
|
3950213960
|
update api docs
|
2014-12-19 15:31:57 +00:00 |
|
rolux
|
5ac0c04d37
|
update api docs
|
2014-12-19 13:20:53 +00:00 |
|
rolux
|
4a084d8405
|
update api docs
|
2014-12-19 12:59:10 +00:00 |
|
rolux
|
74772171c2
|
cosmetic changes
|
2014-12-18 20:59:49 +00:00 |
|
rolux
|
bd2d9f2e57
|
update api docs
|
2014-12-18 20:56:28 +00:00 |
|
rolux
|
ec508dd6b7
|
update api docs
|
2014-12-18 18:43:35 +00:00 |
|
j
|
9e9bf30c42
|
add new changelog and call add_changelog all over the place
|
2014-12-17 13:45:46 +00:00 |
|
j
|
ef0aca6acb
|
allow users to edit groups but only show there groups, disable other groups to not allow removing them
|
2014-10-15 09:34:27 +00:00 |
|
j
|
ceb507020b
|
data is passed to api functions now
|
2014-10-06 08:26:43 +00:00 |
|
j
|
a894a39c4d
|
more groups api
|
2014-10-01 15:56:16 +02:00 |
|
j
|
c5fcb813e9
|
editGroup
|
2014-09-30 15:12:21 +02:00 |
|
j
|
511858804a
|
add Find: Group to Manage Users, #1878
|
2014-09-30 14:26:14 +02:00 |
|
j
|
3cdb0e23cc
|
new api calls: getGroups/addGroup/removeGroup
|
2014-09-30 14:11:55 +02:00 |
|
j
|
3232ce6989
|
rename Item.itemId to Item.public_id
|
2014-09-19 12:26:46 +00:00 |
|
j
|
e381609b9e
|
remove tests, not used
|
2014-09-05 13:39:43 +02:00 |
|
j
|
183c550078
|
use {username} not {user} #1879
|
2014-09-02 14:14:29 +02:00 |
|
j
|
bc3aa5364c
|
expand {user} to user of list when creating default lists, #1879
|
2014-08-20 09:35:40 +00:00 |
|
j
|
160dbacbb0
|
useragents can be longer
|
2014-03-03 19:54:57 +00:00 |
|
j
|
e7431d4d5b
|
use findUsers to get newsletter status of selected users, fixes #2276
|
2014-02-12 11:40:02 +00:00 |
|
j
|
3373dc1180
|
typo
|
2013-10-22 19:34:46 +00:00 |
|
j
|
4eff60e25f
|
fix day stats
|
2013-10-22 18:22:31 +00:00 |
|
j
|
4ca53d8c3b
|
ignore robots
|
2013-10-22 18:12:45 +00:00 |
|
j
|
44e3a89faf
|
another stat fix
|
2013-10-22 17:59:56 +00:00 |
|
j
|
c05bfae0a7
|
fix city stat
|
2013-10-22 17:57:14 +00:00 |
|
j
|
2644edb971
|
faster update_statistics
|
2013-10-22 17:50:35 +00:00 |
|
j
|
559140ca76
|
compute statistics on backend
|
2013-10-22 15:58:47 +00:00 |
|