2869dbafab
use pandora.site.importMetadata
2016-09-19 20:06:44 +02:00
803dcc6382
clear autocomplete after infopage edit
2016-09-15 19:15:28 +02:00
6c013ebc92
first version of new upload interface
2016-09-15 15:20:57 +00:00
3ac08aa806
make moveMedia async
2016-09-08 00:29:31 +02:00
4d9761a32c
make update_external async
2016-09-07 20:16:25 +02:00
e086a93c9c
fix progress, fail without file object
2016-08-31 01:30:13 +02:00
b3c8a61ce6
fix default infoview
2016-08-28 13:32:21 +02:00
e3f6f05f07
Merge branch 'master' of git.0x2620.org:/pandora
2016-08-28 13:02:29 +02:00
96fcefb21b
add featuring on default info page, its a filter
2016-08-28 12:03:05 +02:00
343ab26aa4
limit progress to 1, remove domain from chunk url
2016-08-27 19:45:43 +02:00
e23051fe50
use list settings from args if present, fixes #2965
2016-08-25 18:32:28 +02:00
e1cacdb67a
add task queue api
2016-08-17 14:37:59 +02:00
3d6d1be2e6
include oshash in video url to avoid cache issues
2016-08-13 15:36:00 +02:00
72643eb537
Merge branch 'master' of git.0x2620.org:/pandora
2016-08-13 13:57:03 +02:00
39c8b8786d
add task dialog
2016-08-13 13:56:53 +02:00
ac791ebf35
cosmetic changes
2016-08-13 13:56:29 +02:00
8c928860e1
import url celanup
...
- only import first url
- pass empty string instead of undefined
- page can contain multiple videos, import as parts
2016-08-10 10:49:58 +02:00
df89abe6c2
fix import video dialog
2016-08-09 15:46:23 +02:00
c3a4b227b7
fix import video dialog
2016-08-09 15:32:40 +02:00
50af217a68
update import video dialog
2016-08-09 15:29:35 +02:00
3b4da19bd2
typo
2016-08-09 14:25:14 +02:00
be7b594524
typo
2016-08-09 14:23:46 +02:00
82cb4de1cc
update import dialog layout
2016-08-09 14:22:46 +02:00
864e52acf6
update import dialog layout
2016-08-09 14:16:58 +02:00
90486ec774
update menu and config
2016-08-09 13:35:47 +02:00
8a04bb9625
fix import media dialog
2016-08-09 13:30:31 +02:00
6f979c1f9d
fix import media dialog
2016-08-09 13:28:51 +02:00
92fb9e3792
fix import media dialog
2016-08-09 13:26:51 +02:00
adfaa863c3
typo
2016-08-09 13:21:00 +02:00
5ef6062613
import media dialog
2016-08-09 13:17:48 +02:00
9a86ddce01
include upload_date
2016-08-05 17:57:40 +02:00
893f2e5423
add importMediaDialog
2016-07-30 02:49:43 +02:00
ffe4b03a76
encode pdf url
2016-07-08 14:21:01 +05:30
92a4e77f9b
chunkupload: typo: uplaod -> upload
2016-06-28 16:14:04 +01:00
b010aca0a9
s/taskId/id/
2016-06-15 15:45:51 +02:00
d20620a716
name can contain &, decode html first. fixes #2917
2016-05-17 15:25:18 +00:00
1bff4aa0e9
avoid storing invalid poster frames, only show videos with video
2016-04-01 16:40:20 +02:00
42ac4a88b8
Only show Find: Entity if config defines entites
...
Followup to 9a4c24
2016-03-05 14:49:51 +05:30
9a4c24cdb4
Support searching documents by entities
2016-03-04 12:41:41 +00:00
340277db1a
Raise Error.stackTraceLimit, if it exists ( fixes #2894 )
2016-03-03 18:15:37 +05:30
7d99950942
Only setInterval once to animate the loading icon ( fixes #2888 )
...
(On Chrome, at least,) window.onload() is called once by hand, and once
by the browser. This ends up calling setInterval() twice. When
stopAnimation() is called later, only the second interval is cleared; so
the first one keeps firing forever. Mostly harmless but unnecessary.
Only the first hunk of this patch is really needed, but making
startAnimation() / stopAnimation() idempotent can't hurt.
2016-03-03 18:08:46 +05:30
76d000b42b
typo
2016-03-03 15:03:06 +05:30
6f7b57fc37
add uid42, fixes #2886
2016-02-20 15:53:35 +00:00
11924fcb0d
Rename api.taskStatus to api.getTaskStatus
...
still register api.taskStatus since its used
in pandora_client and other scripts.
fixes #2600 and fixes #2859
2016-02-20 18:35:26 +05:30
e47c652ad0
clipList: handle smart lists with no conditions ( fixes #2884 )
...
I have a smart list which has no conditions (ie matches all items). This
breaks "View as Clips" when the list is selected because:
pandora.api.getList({id: "wjt:Everything"}) -> {
// ...
data: {
// ...
query: {}
}
}
so result.data.query.conditions is undefined.
2016-02-20 18:15:40 +05:30
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