Commit graph

2288 commits

Author SHA1 Message Date
j
ebcd419854 rename api, sortName->getSortName; add getSortTitle: fixes #2605 2014-12-22 10:29:27 +00:00
rolux
0be16d93a6 config docs (wording) 2014-12-21 14:51:42 +00:00
rolux
90173cce4b add example entity to default config 2014-12-21 14:47:47 +00:00
rolux
ea1a94e9e4 update api docs (omissions, wording, typos) 2014-12-21 13:03:49 +00:00
rolux
0f1ecec5b5 update api docs (find) 2014-12-21 12:46:35 +00:00
rolux
8f8fab9522 update config docs (reload vs restart) 2014-12-21 11:59:58 +00:00
rolux
2ba41cd89d update confic docs (minor changes) 2014-12-21 11:53:29 +00:00
rolux
1e3daf4b33 update confic docs ('random' item key, 'additionalSort') 2014-12-21 11:44:35 +00:00
rolux
0dd956e231 update api docs ('my groups' query) 2014-12-21 11:34:41 +00:00
rolux
07e35a8ab2 update config docs (enums, 'My Videos' list) 2014-12-21 11:31:17 +00:00
rolux
f77c1174a3 minor config update 2014-12-20 20:15:42 +00:00
rolux
ab892a78a8 config docs, minor update 2014-12-20 20:09:37 +00:00
rolux
1f39230989 config docs, minor update 2014-12-20 19:54:57 +00:00
rolux
f200672295 config docs, minor update 2014-12-20 19:51:46 +00:00
rolux
4ff0c41c64 more config documentation 2014-12-20 19:34:28 +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
0367076f8f update config documentation 2014-12-20 16:55:19 +00:00
rolux
869d3f548e update config documentation 2014-12-20 16:39:24 +00:00
rolux
d5643722bc update config documentation 2014-12-20 16:32:36 +00:00
rolux
98cc4c5f9a minor change 2014-12-19 19:36:34 +00:00
j
f56218e33a dont fail if /api/upload is called without the right arguments, render api page: fixes #2611 2014-12-19 16:02:32 +00:00
rolux
31c3cc908b cosmetics 2014-12-19 15:49:16 +00:00
rolux
23ea99734d add missing link in docs 2014-12-19 15:47:15 +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
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
1ddc23b9f3 update api docs 2014-12-18 22:16:37 +00:00
j
0e425c6df1 dont create torrent file if torrents are disabled 2014-12-18 21:46:18 +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
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
ec508dd6b7 update api docs 2014-12-18 18:43:35 +00:00
j
3088beb5bc layer 2014-12-18 18:26:34 +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
b78cc2c3f0 update api docs 2014-12-18 14:51:35 +00:00
rolux
51ad1475e0 update api docs 2014-12-18 13:49:51 +00:00
rolux
f38d3441a0 typo 2014-12-18 13:40:41 +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
a1008f87c9 findChangeLogs is bound to canManageUsers 2014-12-17 14:01:06 +00:00
j
ed7c5b8a6d its created not date. 2014-12-17 13:56:45 +00:00
j
9e9bf30c42 add new changelog and call add_changelog all over the place 2014-12-17 13:45:46 +00:00
j
3aa9f19d31 use entity name as filter value 2014-12-16 19:42:41 +00:00
j
34506d5b99 entity sort name 2014-12-16 17:44:05 +00:00
j
50fcb08a86 pass type 2014-12-16 16:45:35 +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
j
536834a03c use name sort for entities if sortType is person 2014-12-16 15:46:04 +00:00
j
15fb864d74 get entity by id after all 2014-12-16 15:21:24 +00:00
j
61bf668957 only return name, leading matches first 2014-12-16 14:59:53 +00:00
j
d52dc11b4c get entity by name 2014-12-16 14:59:21 +00:00
j
44ae4db25a rename error log api, fixes #2591 2014-12-16 13:44:42 +00:00
j
2f154aa610 add basic changelog api 2014-12-16 13:44:27 +00:00
j
3946875188 chnage editEntities argument names, fixes #2594 2014-12-16 13:36:37 +00:00
j
cfa89206fe add autocompleteEntities 2014-12-01 19:25:01 +01:00
j
290994fceb update config for all sites 2014-12-01 18:13:17 +01:00
j
c0e665eb67 only match sections at top level 2014-12-01 18:12:22 +01:00
rolux
ea21bde560 merge config changes (documentation) 2014-12-01 17:36:48 +01:00
j
73f5a4cb10 more entity defaults 2014-12-01 17:23:11 +01:00
j
8acfd57d10 dont expect video in file info 2014-11-29 14:40:56 +01:00
j
581d927a22 value can be capability 2014-11-29 14:16:53 +01:00
j
b01ec5ffef add canManageEntities to config.0xdb.jsonc 2014-11-29 13:32:02 +01:00
j
35d978d4c2 migrate celery settings to BROKER_URL 2014-11-26 21:03:27 +01:00
j
9c967c7ac4 update pdf.js to v1.0.907 2014-11-24 00:56:52 +01:00
j
613faa2e3b update poster ratio saving poster, fixes #2517 2014-11-21 18:58:42 +00:00
rolux
cd4002d005 padma/indiancinema config: format duration as HH:MM:SS 2014-11-21 18:23:23 +00:00
j
b8b91592b5 always include empty annotations 2014-11-21 16:24:49 +00:00
j
fb5a5c5cf7 add itemTitleKeys to config and move getItemTitle to its own file, use everywhere title strings are used 2014-11-21 14:26:50 +00:00
j
a9091db9ef clip_qs 2014-11-21 14:15:42 +00:00
j
c9fa0c78cd add missing imports 2014-11-20 18:30:12 +00:00
j
e98b97842e send 404 not 500 if document does not exist 2014-11-20 13:24:43 +00:00
j
b7ab390425 towards entity layer 2014-11-20 13:20:48 +00:00
j
1571ff4e2e add default canManageEntities 2014-11-20 13:19:33 +00:00
j
c6bd95050a typo 2014-11-20 12:41:41 +00:00
j
60a7beeb23 add user 2014-11-19 19:21:42 +00:00
j
97d8344822 turn <br> into space 2014-11-19 16:54:45 +00:00
rolux
3fa5fa76e9 add 'entities' entry to help 2014-11-19 16:05:23 +00:00
j
2627bff48f space 2014-11-18 18:27:13 +00:00
j
55f9f8b82b typo 2014-11-18 18:21:41 +00:00
j
80ce81ac67 add entities backend 2014-11-18 18:16:28 +00:00
rolux
e5d5ccd7b9 update api docs 2014-11-18 16:19:50 +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
928cc11663 wrap annotation updates into transactions 2014-11-18 14:55:21 +00:00
j
86ab36c6a6 dont fail without cuts 2014-11-18 14:54:41 +00:00
j
d6c10eb377 add getAnnotation, fixes #2572 2014-11-17 19:56:27 +00:00
j
1ac959623e fix #2570 2014-11-17 16:56:53 +00:00
j
25d794e803 create clips for all annotations 2014-11-17 16:56:30 +00:00
j
16f1dbca93 fix findClips for layers no in clipLayers 2014-11-17 14:12:29 +00:00
j
5a971909d0 dont reload config by default. 2014-11-16 20:41:12 +00:00
j
bf6c12ae0f use ffmpeg > 2.1 for mp4 frames if settings.FFMPEG is defined, fixes #2549 2014-11-16 20:34:55 +00:00
j
a8c1b8385a rebuild poster if itemKey with poster: true is changed 2014-11-16 18:25:54 +00:00
j
51b82ad91d dont try to extract frames from audio files 2014-11-16 14:16:42 +00:00
j
f7f1e6cd78 add itemKey value/map and filterMap options 2014-11-16 13:54:08 +00:00
j
000912dd51 use actuall stream extension in torrents 2014-11-16 12:04:19 +00:00