Commit graph

226 commits

Author SHA1 Message Date
j
85c5fafe0d add groups to collections, edits and lists, towards #3063 2017-12-31 14:06:27 +01:00
j
3b73fe78bd update user references if username gets changed 2017-11-16 18:05:50 +01:00
j
5ce9d605f7 refactor geo lookup 2017-11-14 17:06:02 +01:00
j
110c57d726 session can be gone 2017-08-04 18:11:51 +02:00
j
72cda5596d handle city with , 2017-07-19 19:14:47 +02:00
j
62face2c21 log unknown locations 2017-07-19 18:37:27 +02:00
j
a175238d09 fix geo lookup in python3, fixes #3019 2017-04-19 16:34:34 +02:00
j
4f14b923fa avoid double entries in accessed table 2017-03-03 18:40:52 +01:00
j
f0a4aba751 use python_2_unicode_compatible 2017-03-03 08:56:35 +01:00
j
b3773d4ace fix missing filters 2017-02-28 21:19:26 +01:00
j
12f3901c9a py3 filter->list(filter 2017-02-16 14:24:51 +01:00
j
cc00510f5d rate limit user cronjob 2016-11-28 14:46:52 +01:00
j
e1f35b1ec8 new documents section 2016-10-30 18:23:16 +01:00
j
0f0f5f42d8 space 2016-08-31 19:07:44 +02:00
j
3913373c9b update db if guest was reclassified as robot 2016-08-31 17:38:40 +02:00
j
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
j
e9863c238e always use get_operator, avoid case-insensitive match if possible 2016-06-30 11:28:09 +02:00
j
b2a9a5f711 space 2016-06-15 17:56:31 +02:00
j
f6cebcaec9 fix user/group api 2016-03-08 20:14:05 +05:30
j
4613005b83 use geoip2 api to fix ipv6 lookups 2016-03-04 12:50:44 +05:30
j
051a3578b4 inline django 1.9 version of ox.django 2016-02-20 10:41:23 +00:00
j
62caf55fe6 stop using RequestContext 2016-02-20 15:15:02 +05:30
j
4219246909 db migration 2016-02-20 15:15:01 +05:30
j
1cc795995d user.get_profile()->user.profile 2016-02-19 22:06:11 +05:30
j
3e8f28ff47 update imports 2016-02-19 22:06:10 +05:30
j
e22cc432b3 use transaction.atomic 2016-02-19 21:55:09 +05:30
j
e738503380 remove old migrations 2016-02-19 15:17:18 +00:00
j
d241b90b63 check data is a dict 2016-02-19 18:46:53 +05:30
j
c7515517da remove persona support 2016-01-12 14:04:34 +05:30
j
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