b121b58a86
support caching local files, lookup by oshash
2016-02-14 00:32:14 +05:30
5a72bf2d48
typo
2016-01-21 19:09:55 +05:30
cbadc5ed89
fix dialog text for users who are not logged in
2016-01-21 18:32:53 +05:30
46852d9e4d
fix doubleclick-to-scroll-to-top in list view
2016-01-21 12:52:32 +05:30
c7515517da
remove persona support
2016-01-12 14:04:34 +05:30
e05774ed96
typo
2016-01-03 10:46:36 +05:30
a4b492136b
use Blob url for annotation export
2015-12-25 19:22:50 +05:30
d42f6646a5
throttle progress during upload to 1s
2015-11-29 14:13:44 +01:00
63f3063c95
only update items count if list is visible
2015-11-23 15:52:47 +01:00
j
9be454dfba
make sure videoPreview is up to date
2015-11-10 16:08:00 +01:00
j
d96f98e4cf
use utc time for dates
2015-10-31 14:49:15 +01:00
j
ed0f4de0ee
show other cached resolutions while caching item
2015-10-28 13:50:29 +01:00
j
54b7c4be9a
update dimensions replacing documents, add modified to image urls to get latest version
2015-10-26 16:10:12 +01:00
j
6f9fb06da3
Replace Document, still some cache issues, fixes #2855
2015-10-25 22:08:13 +01:00
j
08496a228e
also use shift 1 to shift 7 to switch between list views
2015-10-22 12:22:43 +01:00
j
1d4c544d5f
only show data/media view in menu if canSeeExtraItemViews
2015-10-22 11:31:37 +02:00
j
086fce31ea
dont fail on infoView id array data is string
2015-10-20 18:21:18 +01:00
j
b14f729768
compute nameKeys, listKeys from config
2015-10-20 18:13:38 +01:00
j
cc9464082f
use shift-[1-0] to switch between item views, fixes #2837
2015-10-13 09:10:48 +01:00
j
36ebdf0a1c
fix copy of selected annotation via menu
2015-10-06 10:05:54 +03:00
j
7c630ca0b1
inline functoin only gets called once. fixes #2841
2015-10-05 12:53:11 +02:00
j
e761ee692d
fix copy clip
2015-10-04 18:13:06 +01:00
j
82549c5d7a
copy/paste clips in list order not in selection order
2015-10-04 16:27:48 +01:00
j
9eae0a0762
pass index to split/join to keep position
2015-10-04 16:09:51 +01:00
j
b20a655fa8
fix copy/copyadd/delete of clips via menu
2015-10-04 14:18:29 +01:00
j
2a55bd3eec
edit paste only supports clips
2015-10-04 11:11:44 +02:00
j
f790b039da
local variable, remove duplicate code
2015-09-22 10:32:02 +01:00
j
1ce1ca7d89
poster keys
2015-09-21 18:31:44 +01:00
j
8bb7ae436f
dont fail if layer does not exist
2015-09-20 17:50:23 +01:00
8f3b3036df
Support autocomplete from a group of layers
...
The idea here is to have several layers which share a set of tags. This
mirrors what we already have if several layers reference the same type
of entity. You might have config like this:
{
"id": "keywords",
"title": "Keywords",
"canAddAnnotations": {"member": true, "staff": true, "admin": true},
"item": "Keyword",
"overlap": true,
"type": "string",
"autocomplete": true,
"autocompleteKeys": ["keywords", "minorkeywords"]
},
{
"id": "minorkeywords",
"title": "Minor Keywords",
"canAddAnnotations": {"member": true, "staff": true, "admin": true},
"item": "Keyword",
"overlap": true,
"type": "string",
"autocomplete": true,
"autocompleteKeys": ["keywords", "minorkeywords"]
},
Now, adding new keywords in either bin will offer autocompletions from
the union of the two layers. The other option would be to do this on the
server side, but I thought this was a less invasive way to achieve this.
2015-09-14 21:29:02 +02:00
j
41b50ccdb8
add canPlayClips flag to annotation layers and use those layers to limit playback to clips
2015-08-27 11:27:27 +02:00
5418613023
embedTimeline: fix subtitles ( fixes #2823 )
2015-08-07 13:42:20 +02:00
4c0652e683
errorlogsDialog: fix searching text ( fixes #2819 )
2015-07-22 21:37:04 +02:00
j
d3c3378267
add default video ratio for audio files
2015-06-29 09:10:12 +01:00
e55e503654
Pass entity type to autocompleteEntities, not layer id ( fixes #2810 )
...
If (for example) you have a type of entities, "participants", and a
second annotation layer for them, like this:
{
"id": "participantsdiscussed",
"title": "Participants discussed",
"type": "entity",
"entity": "participants"
}
then we should be passing key="participants" to autocompleteEntities
(since that is the type of entity), not key="participantsdiscussed"
(which is not a type of entities and raises an error).
2015-06-24 16:42:38 +02:00
j
5cc23093ef
keys might be undefined
2015-05-25 12:51:11 +00:00
j
e063cc7020
use empty string if value is undefined or null, fixes #2790
2015-05-23 18:02:24 +02:00
j
4705e33ef1
only enable menu entries if user has permission to edit/upload
2015-05-23 13:10:25 +02:00
j
5da83f6f6d
don't return empty string for undefined values, handle in context browser
2015-05-23 15:11:18 +05:30
j
d4a7ec0e0c
now that we have js tracebacks, also open dialog for js errors, fixes #2756
2015-05-20 11:47:04 +01:00
0e4c49729b
window.onerror: log stack to server if available
...
Firefox >= 31 and Chrome >= ~August 2013 pass the Error object as the
5th parameter to window.onerror.
https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onerror
https://code.google.com/p/chromium/issues/detail?id=147127
2015-05-20 12:44:31 +02:00
j
4deb4daad3
typo in length check, fix cancel button before stating upload
2015-05-19 23:10:30 +02:00
j
380185efd4
more places where year might not exist, fixes #2778
2015-05-19 17:47:20 +05:30
j
09c3c4b959
also fallback to date in context browser, fixes #2777
2015-05-19 14:47:47 +05:30
j
1da7135e38
use ui.videoSubtitles for enableSubtitles
2015-05-18 11:51:11 +02:00
j
dd234d9c65
only enabale subtitles is enabled in ui settings
2015-05-18 11:43:30 +02:00
j
8439d56339
use Ox.sort
2015-05-15 13:45:04 +02:00
j
cf10d98d50
check if alternative title has countries
2015-05-04 10:55:47 +02:00
rolux
6e4b902def
cleanup
2015-04-29 14:07:52 +02:00
rolux
bafad0a5c7
cleanup
2015-04-29 13:41:17 +02:00