Commit Graph

5211 Commits

Author SHA1 Message Date
j
77270873e6 use site defaults if list setting is undefined, save per list columnWidth 2015-04-02 13:13:03 +02:00
j
8b97cd5bd7 remove debug 2015-04-02 12:01:18 +02:00
j
ea52722d9f show date instead of undefined in results grid, fixes #2727 2015-03-29 22:54:05 +05:30
j
772d1c7ea2 add a2enmod proxy_http to apache setup 2015-03-28 19:08:32 +01:00
j
253125e3c6 pad.ma does not have year 2015-03-28 14:27:55 +01:00
j
b9220e6820 add status with used/granted disk usage 2015-03-27 22:46:52 +01:00
j
146a1ca39a use query operator from smart list for clips query, fixes #2724 2015-03-27 19:49:40 +01:00
j
3408f0d21d start next video in timeout 2015-03-26 21:02:58 +05:30
j
7b401cfe28 round duration to 3 2015-03-26 20:28:07 +05:30
j
f642c010cd add option to select a local video file 2015-03-26 15:42:53 +05:30
j
1e0147d85b typo 2015-03-26 14:57:58 +05:30
j
3d3787b802 timeout chunk requests after 5 minutes. try to avoid snap with setTimeout 2015-03-26 14:25:56 +05:30
j
1d2675ab97 VideoPlayer does not have clipSize 2015-03-24 19:26:50 +05:30
j
73c3a134a2 create UI tree if setting a nested propery if its undefined 2015-03-23 15:23:31 +05:30
j
bf1dde53d6 fix ignoring media files without instances 2015-03-23 11:27:34 +05:30
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