Commit graph

5146 commits

Author SHA1 Message Date
j
ca25eed929 continue downloads if current download is removed 2015-03-21 13:14:01 +05:30
j
de6705a993 disable on list 2015-03-21 13:11:46 +05:30
j
d3ce9198ce fix download queue 2015-03-21 13:06:16 +05:30
j
3229c732d4 dont download same video/resolution again 2015-03-21 12:59:21 +05:30
j
71b77f6359 queue multiple cache requests 2015-03-21 12:49:53 +05:30
j
c0615911d2 remove debug output 2015-03-20 19:01:42 +05:30
j
3ced9b427d typo 2015-03-20 13:05:54 +00:00
j
5e9816e693 Add option to use Chrome's FileSystem API to cache videos explicitly 2015-03-20 13:03:05 +00:00
j
2aa86e2d56 permissions 2015-03-20 14:58:03 +05:30
j
cc6f04148a use absolute path 2015-03-20 14:09:35 +05:30
j
d15e6c9629 rename install script to pandora_install.sh 2015-03-20 07:51:31 +00:00
j
15e2f1e844 exit on error 2015-03-20 05:31:05 +00:00
j
148fa81f3c avoid large getEdit call 2015-03-19 19:54:58 +05:30
j
0e187aa24c add loaded event for site scripts 2015-03-19 14:09:47 +00:00
j
0fadccfe35 make smaller getEdit calls 2015-03-19 19:36:25 +05:30
j
1e85b9d480 fi 2015-03-15 01:04:54 +05:30
j
8afe1257ac display framerate in media view, fixes #416 2015-03-05 12:12:45 +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
58f6c9901d dont try to set non existing nested key 2015-03-04 10:18:13 +00:00
j
1022e3debf fix drag and drop from edit to edit and from clips to edit fixes #2247 2015-03-03 10:36:21 +00:00
j
5ce83cbe63 disable Manage Entities... button if no entities are defined. fixes #2704 2015-03-03 08:17:48 +00:00
rolux
e702dddd6b correct css 2015-03-02 16:05:22 +05:30
rolux
d82e87dfd5 fix #2702 (embed document icon missing if multiple documents are opened) 2015-03-02 16:04:01 +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
rolux
154e5343c5 update script dialog css 2015-02-21 11:04:24 +00:00
rolux
60e78fc428 fix script dialog layout 2015-02-21 10:57:50 +00:00
rolux
0e74b41d98 move text from script placeholder to div 2015-02-21 16:22:56 +05:30
rolux
b16abef44e update user script placeholder text 2015-02-21 16:19:14 +05:30
rolux
5004dfe1de onloadDialog -> scriptDialog 2015-02-21 16:13:37 +05:30
rolux
b00a3a0d19 add guards in case add/removeEventListener do not exist 2015-02-21 16:05:07 +05:30
j
90a49b2a4d ui.onload -> user.script, fixes #2697 2015-02-21 10:32:48 +00:00
rolux
fa376dd188 allow for aborting user script by pressing escape on page load 2015-02-21 16:01:52 +05:30
rolux
df7c6c6de3 fix formatting 2015-02-21 15:51:13 +05:30
rolux
8f9d8e2ce2 fix formatting 2015-02-21 15:50:15 +05:30
j
441cb9892a allow updates of file metadata for files with info 2015-02-21 15:35:01 +05:30
rolux
6aa04ca73b documents panel: focus input on select change 2015-02-21 13:05:05 +05:30
j
6693bfcd0f return document or 404 no 500 2015-02-20 15:13:23 +00:00
j
88b73553db more generic systemd check 2015-02-20 11:28:17 +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
rolux
bea4eb7335 fix documents panel 2015-02-15 09:53:16 +00:00
rolux
5c3cbc0f6d fix documents panel 2015-02-14 19:55:29 +00:00
rolux
821ba813f1 typo 2015-02-14 19:53:37 +00:00
rolux
1e2e87ba84 use new array input options 2015-02-14 19:52:30 +00:00
rolux
55bcb58f4c documents panel: use isEmpty ArrayInput option 2015-02-14 19:10:16 +00:00
j
a2e23739b8 return id in response, fixes #2058 2015-02-14 18:29:58 +00:00