j
47a3a24a7d
ignore messages that can not be serialized
2015-05-19 02:39:26 +05:30
j
af86445b2e
use username not user
2015-05-18 23:01:19 +02:00
j
6dd9522cc5
never include empty layers
2015-05-13 21:59:17 +02:00
j
562a506d68
include user in change event
2015-05-08 08:39:31 +02:00
f9ba4d1bf1
findChangeLog: don't crash if sort is unspecified
...
This would crash:
api.findChangeLogs(keys=[])
because there's no 'name' key for changelog entries. Instead, default to
chronological order, newest first.
2015-05-06 19:00:44 +02:00
514e1ad36d
autocompleteEntities: fix lies in docstring
2015-04-30 22:49:31 +02:00
4d6466779f
autocomplete: fix typo in docstring
2015-04-30 22:48:07 +02:00
j
e7f83f674e
add inital implementation for a websocket, disabled by default for now
2015-04-28 23:05:15 +05:30
j
7aa609c246
make sure app.tasks gets loaded
2015-04-28 22:34:45 +05:30
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
d39c237b04
ignore subtitles that are longer than the video.
2015-04-25 19:18:32 +02:00
j
abf445b7f1
faster edits
2015-04-25 19:02:34 +02:00
j
e666159811
faster find queries
2015-04-25 19:02:20 +02:00
j
9197591bb6
tune smart clip queries
2015-04-25 16:13:42 +02:00
j
e604ba73bd
remove debug output
2015-04-25 13:08:24 +02:00
j
8abed26dc9
make sure alternative names are unique too, also fixes #2754
2015-04-23 17:20:00 +05:30
j
5b7b389661
ignore case checking for existing entities, check for alternative names too, migrate existing double entries, fixes #2754
2015-04-23 12:55:11 +02:00
j
9d3c50fcec
ignore undefined entity data
2015-04-21 15:34:37 +05:30
j
0b103afeca
minify before overwriting old file; oxjs removes old tree, always build geo
2015-04-18 16:06:56 +05:30
rolux
2ad4aad1c5
fix typo in config documentation
2015-04-20 10:48:04 +02:00
rolux
442e847747
fix typo in config documentation
2015-04-20 10:47:35 +02:00
rolux
3208db2fb0
update config documentation
2015-04-20 10:46:00 +02:00
j
2dc081b8aa
store name, remove unused keys
2015-04-17 16:01:49 +01:00
j
10183a9f06
only create index in sqlfindindex not during migration
2015-04-17 11:34:44 +01:00
j
9cbf62267f
split data migration into extra step
2015-04-17 11:26:56 +01:00
j
e407db4605
fix sqlfindindex
2015-04-17 11:22:34 +01:00
j
a869c7a89a
extend findEntities to support entity keys and *
2015-04-17 11:17:12 +01:00
j
e851dcabfb
entities are not links
2015-04-16 20:02:31 +00:00
j
c59fb1596f
fix entities with ' in name
2015-04-16 20:50:59 +05:30
j
1fb075a350
rename layer
2015-04-16 10:53:05 +01:00
j
ff5d9633ce
add db index on changelog.created
2015-04-15 15:00:52 +05:30
j
5e8294b1c0
function to merge two users
2015-04-15 14:59:42 +05:30
j
6793c165b3
refactor filters updates
2015-04-15 08:51:34 +01:00
j
6a5280edd4
ignore case for annotatoin filter values
2015-04-14 23:04:07 +01:00
j
2325c71c21
fix limit by created
2015-04-14 20:13:19 +01:00
rolux
71fd1314cf
document new layer/autocomplete config option
2015-04-14 19:59:18 +01:00
j
3e0bd078d0
pass autocomplete with layer, support autocomplete for leyers with filters, fixes #2736
2015-04-14 19:49:22 +01:00
j
c73ac10ed4
log addEntity in changelog
2015-04-14 19:15:59 +01:00
j
ae55130f47
add subtitles offset, fixes #2732
2015-04-14 15:53:47 +01:00
j
083fabc208
include first annotation as annotation id for clips
2015-04-02 13:43:46 +02:00
j
ea52722d9f
show date instead of undefined in results grid, fixes #2727
2015-03-29 22:54:05 +05:30
j
253125e3c6
pad.ma does not have year
2015-03-28 14:27:55 +01:00
j
7b401cfe28
round duration to 3
2015-03-26 20:28:07 +05:30
j
bf1dde53d6
fix ignoring media files without instances
2015-03-23 11:27:34 +05:30
j
15e2f1e844
exit on error
2015-03-20 05:31:05 +00: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
1ed91da4e0
fix import
2015-02-26 06:07:18 +00:00
j
deda6252f1
keep entity annotation find/sort values in sync with entities
2015-02-26 06:04:16 +00:00
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
441cb9892a
allow updates of file metadata for files with info
2015-02-21 15:35:01 +05:30
j
6693bfcd0f
return document or 404 no 500
2015-02-20 15:13:23 +00:00
j
2a63a3b300
dont include null values in lookup
2015-02-16 16:12:44 +00:00
j
484b33e39d
add option to return item keys in findAnnotation
2015-02-16 16:10:45 +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
a2e23739b8
return id in response, fixes #2058
2015-02-14 18:29:58 +00:00
j
f144a020ec
typo
2015-02-13 17:32:12 +00:00
j
f7bbcf027a
fix findvalue for entity annotations
2015-02-13 15:22:14 +00:00
j
ccfaa7db4a
add entity/document relation
2015-02-13 11:06:09 +00:00
j
f680d8613e
make sure sortvalue is lowercase, fixes #2667
2015-02-06 12:12:32 +00:00
j
b5212f2662
add leading word matches, fixes #2663
2015-02-06 15:16:41 +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
c1066ad7f1
user agent might not be set
2015-02-06 11:08:10 +05:30
j
243c1958c1
dont import empty subtitles
2015-02-06 10:57:14 +05:30
j
ed5bc510a9
ignore subtitles with in > out
2015-02-05 18:29:18 +05:30
j
ea6a79cc10
always use ui.part.documents and ui.part.entities, remove ui.document/ui.entity from default config, fixes #2064
2015-02-05 15:57:37 +05:30
j
809486b43c
cropped thumbnails of image documents
2015-02-05 08:08:28 +00:00
j
9273d7b3ba
make subtitles in/out/value unique before importing
2015-02-04 15:56:37 +05:30
j
9a3c24b2ab
only call update_timeline once during first import, adds empty clips twice otherwise
2015-02-04 15:10:51 +05:30
j
4ed0d56f4f
add mkv cues to audio only files to fix seeking in firefox
2015-02-04 00:09:22 +05:30
j
28e8676f33
add ui.part.entities to config
2015-02-03 23:20:35 +05:30
j
437391caf9
load info from stream in file has no info
2015-02-03 23:20:16 +05:30
j
83393ee385
name must be unicode
2015-02-03 18:44:05 +01:00
j
f1f9c7369b
fix default itemview for existing lists
2015-01-29 08:54:27 +00:00
j
bb1f17e241
fix default list view
2015-01-29 14:10:32 +05:30
j
5810efbc4a
limit canEditFeatured* to staff/admin
2015-01-25 11:23:32 +05:30
j
5347c2e619
dont fail if condition does not have a value
2015-01-24 16:00:24 +05:30
j
708e6e5b2c
fixx add movie
2015-01-24 15:49:57 +05:30
j
5dc7564b4f
make init_db less verbose
2015-01-19 18:03:10 +00:00
j
bf65abae55
turn database initialization into a manage.py command
2015-01-19 16:34:21 +01:00
j
6cd2eaf93a
extract some information about currently running encoding jobs
2015-01-08 17:01:03 +01:00
j
e1bc418e0c
use one version of ffmpeg for all tasks, remove avconv dependency, fixes #2606
2015-01-05 16:07:55 +00:00
j
9efd77724d
add option to select default view for list in dialog and use if user has no list settings, fixes #2636
2015-01-02 00:26:04 +01:00
j
24f81cdeae
add item as valid key for findAnnotations
2014-12-28 11:39:08 +01:00
j
f1db36dd26
dont fail with no added annotations
2014-12-23 15:21:05 +00:00
j
3b8abd7d23
fix editing annotation in/out
2014-12-26 13:00:54 +00:00
j
6741ae85e6
add default values for entities to conifg.*.json
2014-12-26 12:43:49 +00:00
j
913599697e
entities can be empty
2014-12-26 12:19:36 +00:00
j
139a5e3722
handle cut issues
2014-12-23 12:49:59 +00:00
rolux
ca197eafaf
update config docs
2014-12-23 12:38:22 +00:00
j
6662872225
remove unused import
2014-12-23 11:28:42 +00:00
rolux
2e3d828b08
config bug
2014-12-23 11:27:05 +00:00
j
4c582c14b5
better related name
2014-12-22 14:29:30 +00:00
j
dc1cd6e410
remove videoprefix from config, defined by backend
2014-12-22 10:51:13 +00:00
rolux
f3af1b70a0
remove site.flags, add 'flag' item key property; update 0xDB config; update filter.js
2014-12-22 10:43:23 +00:00
j
6c6693e922
api rename: getPlaceNames/getEventNames to getPlaces and getEvents, fixes #2609
2014-12-22 10:35:39 +00:00
j
ed8f8517c5
rename api: statistics->getStatistics, fixes #2603
2014-12-22 10:31:23 +00:00