652df88342
return 404
2016-04-04 15:50:07 +02:00
f0b8b2b81e
check that range is [int, int]
2016-03-17 16:06:08 +01:00
eeaeda3970
Support WebVTT subtitle export
2016-03-11 14:16:23 +01:00
c6f9f87c8e
Fix autocompleteSort with multiple keys ( fixes #2893 )
...
QuerySet.order_by() takes each key as a separate argument, not as a
single comma-separated string.
2016-03-03 18:15:37 +05:30
051a3578b4
inline django 1.9 version of ox.django
2016-02-20 10:41:23 +00:00
f060601d40
django 1.9 returns parsed value not raw data
2016-02-20 15:15:02 +05:30
62caf55fe6
stop using RequestContext
2016-02-20 15:15:02 +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
6b1ce30eb2
from __future__ import print_function
2016-02-18 16:19:26 +05:30
j
5da83f6f6d
don't return empty string for undefined values, handle in context browser
2015-05-23 15:11:18 +05:30
4d6466779f
autocomplete: fix typo in docstring
2015-04-30 22:48:07 +02:00
51c3df9660
typo: permissino permission in 403 errors
2015-04-28 18:12:00 +02:00
j
e604ba73bd
remove debug output
2015-04-25 13:08:24 +02:00
9ac5dc7ba9
[PATCH] Fix find()'s docs on nested subconditions
...
The documentation says that you need to write (P & Q) | R
like this:
{
'conditions': [
{
'query': {
'conditions': [P, Q],
'operator': '&'
}
},
R
],
'operator': '|'
}
but actually you need to omit the { 'query': ... } wrapping the
subclause. Including it crashes parseCondition() at:
v = condition['value']
for the obvious reason.
2015-03-05 14:17:02 +05:30
j
2a63a3b300
dont include null values in lookup
2015-02-16 16:12:44 +00:00
j
2e246dd06e
cleanup
2015-02-16 16:02:18 +00:00
j
7ae02d5678
implement lookup
2015-02-16 16:00:26 +00:00
j
708e6e5b2c
fixx add movie
2015-01-24 15:49:57 +05:30
rolux
0f1ecec5b5
update api docs (find)
2014-12-21 12:46:35 +00:00
rolux
0dd956e231
update api docs ('my groups' query)
2014-12-21 11:34:41 +00:00
rolux
724839c28b
api docs (wording)
2014-12-20 17:36:38 +00:00
rolux
07b7900788
fix a bug in 'find' documentation
2014-12-20 17:35:23 +00:00
rolux
98cc4c5f9a
minor change
2014-12-19 19:36:34 +00:00
rolux
31c3cc908b
cosmetics
2014-12-19 15:49:16 +00:00
rolux
3d1c816950
cosmetics
2014-12-19 15:37:00 +00:00
rolux
3950213960
update api docs
2014-12-19 15:31:57 +00:00
rolux
cada20f904
update api docs
2014-12-19 15:05:08 +00:00
rolux
4a084d8405
update api docs
2014-12-19 12:59:10 +00:00
rolux
bd2d9f2e57
update api docs
2014-12-18 20:56:28 +00:00
rolux
6bd001a10a
update api docs
2014-12-18 20:16:41 +00:00
rolux
0a56268b92
update api docs
2014-12-18 19:26:37 +00:00
rolux
7cfdf7b8db
update api docs
2014-12-18 18:18:18 +00:00
j
9c28041171
fix edit call (changelog)
2014-12-18 17:39:48 +00:00
rolux
8fd99ac1be
update api docs
2014-12-18 16:39:47 +00:00
rolux
cf836ec172
add api docs
2014-12-18 13:38:20 +00:00
j
9e9bf30c42
add new changelog and call add_changelog all over the place
2014-12-17 13:45:46 +00:00
j
2627bff48f
space
2014-11-18 18:27:13 +00:00
rolux
e5d5ccd7b9
update api docs
2014-11-18 16:19:50 +00:00
rolux
acee02f368
update api docs
2014-11-18 15:45:41 +00:00
rolux
9e5fea2d06
start to improve API docs
2014-11-15 18:39:16 +00:00
j
d599781d50
allow users to only edit there own groups
2014-10-15 09:45:11 +00:00
j
ceb507020b
data is passed to api functions now
2014-10-06 08:26:43 +00:00
j
991ef93876
totals admin: true -> capability, fixes #2504
2014-10-02 20:08:38 +02:00
j
3232ce6989
rename Item.itemId to Item.public_id
2014-09-19 12:26:46 +00:00
j
4ab9d497ff
add by language srt url
2014-09-02 14:25:27 +00:00
j
f61cc7ee54
add support for audio tracks
2014-07-23 17:27:27 +02:00
j
08b8bd986a
only show stats for selected files
2014-06-27 11:32:39 +02:00
j
e28542578d
add canEditRightsLevel flag
2014-06-04 10:34:36 +03:00
j
1bcbd90b83
only show admin totals to admins
2014-05-06 19:01:34 +02:00