|
|
8759b569da
|
Cache serialized entities when fetching many annotations
For a scene with ~5600 annotations, of which ~3100 are entities, this
cuts fetching the scene from 12 seconds to 2 seconds.
|
2015-09-14 14:08:02 +02:00 |
|
|
|
d3c18a5859
|
editAnnotation: explicitly refuse to change layer, fixes #2818
|
2015-07-14 10:48:05 +02:00 |
|
|
|
1ef7101761
|
annotations: fix 'unkown' typo
|
2015-07-14 10:47:00 +02:00 |
|
j
|
c59fb1596f
|
fix entities with ' in name
|
2015-04-16 20:50:59 +05:30 |
|
j
|
ad8db3a293
|
return html value for entities
|
2015-02-06 15:11:19 +05:30 |
|
j
|
d492619be6
|
entity names are only unique by type
|
2015-02-06 12:42:19 +05:30 |
|
j
|
3b8abd7d23
|
fix editing annotation in/out
|
2014-12-26 13:00:54 +00:00 |
|
rolux
|
cada20f904
|
update api docs
|
2014-12-19 15:05:08 +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
|
beca371b43
|
handle unknown entities.
|
2014-12-17 19:20:00 +00:00 |
|
j
|
9e9bf30c42
|
add new changelog and call add_changelog all over the place
|
2014-12-17 13:45:46 +00:00 |
|
j
|
901bd37e90
|
resolve entity to name, get_by_name for add/edit annotation api calls
|
2014-12-16 16:39:45 +00:00 |
|
rolux
|
e4842e023e
|
update api docs
|
2014-11-18 15:57:16 +00:00 |
|
rolux
|
acee02f368
|
update api docs
|
2014-11-18 15:45:41 +00:00 |
|
j
|
d6c10eb377
|
add getAnnotation, fixes #2572
|
2014-11-17 19:56:27 +00:00 |
|
rolux
|
9e5fea2d06
|
start to improve API docs
|
2014-11-15 18:39:16 +00:00 |
|
j
|
d6513d4570
|
return item id, exclude empty annotations
|
2014-10-26 17:44:36 +00:00 |
|
j
|
ceb507020b
|
data is passed to api functions now
|
2014-10-06 08:26:43 +00:00 |
|
j
|
3232ce6989
|
rename Item.itemId to Item.public_id
|
2014-09-19 12:26:46 +00:00 |
|
j
|
1c1b65fa32
|
remove debug
|
2013-05-10 11:20:41 +00:00 |
|
j
|
e706fbfb9b
|
api documentation takes and returns
|
2013-03-04 19:35:06 +00:00 |
|
j
|
29008d0eae
|
add addAnnotations api to batch import many annotations, update importAnnotations dialog
|
2013-03-04 15:41:25 +00:00 |
|
j
|
b1d83b0f93
|
cleanup unused imports and unused variables
|
2013-02-21 13:28:36 +00:00 |
|
j
|
8ac1db8442
|
update item info on addAnnotation too
|
2012-09-10 10:23:09 +02:00 |
|
j
|
8b082023e9
|
add some more docs for findClips
|
2012-06-26 13:59:27 +02:00 |
|
j
|
42486c885e
|
dont update sort/find while import subtitles
|
2012-03-09 19:27:28 +01:00 |
|
j
|
c9a623275d
|
update item on removing annotation
|
2012-02-28 21:02:50 +01:00 |
|
j
|
82c83c1309
|
keep a log of changes
|
2012-01-31 22:36:10 +05:30 |
|
j
|
16cc495fb5
|
store clip values in clip db, cleanup if all annotations are gone, add additionalSort
|
2012-01-20 23:23:21 +05:30 |
|
rolux
|
84cdd2ebf5
|
update video editor
|
2012-01-15 20:35:37 +05:30 |
|
j
|
9a47ddcdad
|
just edit in, out, value
|
2012-01-10 01:56:16 +05:30 |
|
j
|
e1989eed57
|
use ox.django.api instead of local copy
|
2012-01-04 01:48:47 +05:30 |
|
rolux
|
3c9676a32a
|
update video editor / annotation panel
|
2012-01-03 15:56:50 +05:30 |
|
j
|
9cc90ec245
|
export layers as srt
|
2012-01-02 22:38:19 +05:30 |
|
j
|
f23340ddbb
|
permissions add/edit annotations
|
2012-01-02 20:38:38 +05:30 |
|
j
|
df9fc699ff
|
remove layer of indirection
|
2011-11-02 15:06:34 +01:00 |
|
j
|
80ade383f9
|
itemsQuery/clipsQuery
|
2011-10-19 16:20:12 +00:00 |
|
j
|
5b933c22d8
|
select related for some queries
|
2011-10-09 15:39:45 +02:00 |
|
j
|
2308279801
|
remove dead code
|
2011-10-07 10:52:41 +02:00 |
|
j
|
a02d7f806b
|
remove clip info from annotation table
|
2011-10-04 11:39:00 +02:00 |
|
j
|
bc118c67ee
|
switch to base26 ids
|
2011-10-01 00:28:35 +02:00 |
|
j
|
000362c05c
|
annotation sort
|
2011-09-28 02:29:40 +02:00 |
|
j
|
cbd04a10c8
|
site config, user level, item level
|
2011-09-06 08:06:59 -04:00 |
|
j
|
a6e120322f
|
speedup annotation looksup
|
2011-08-23 12:47:59 +02:00 |
|
j
|
f228a4a5e5
|
funky annotation ids
|
2011-08-18 13:53:38 +02:00 |
|
j
|
f4bd971f0a
|
filter annnotations
|
2011-06-17 09:44:45 +02:00 |
|
j
|
102f65ab1f
|
basic annotation based clips view
|
2011-06-16 22:00:10 +02:00 |
|
j
|
a022c37d81
|
add first annotation
|
2011-02-25 16:03:41 +01:00 |
|
j
|
8d6cf495f7
|
add/remove annotations
|
2011-02-11 20:16:21 +05:30 |
|