Ergys Dona
a338ddbbdb
URSH: Fix regex, catch more invalid URLs
2019-08-19 16:08:03 +02:00
Ergys Dona
436d9342fe
URSH: Don't raise an exeption if ursh responds with 400
...
URSH:
URSH: Allows the client to give a user-friendly diagnostic message
2019-08-19 16:08:03 +02:00
Ergys Dona
6e47dc6d04
URSH: Switch back to RegExp-based URL validation
2019-08-19 16:08:03 +02:00
Ergys Dona
6af54aca8a
URSH: Use .hostname instead of .host
...
URSH:
URSH: Fixes issues with IE
2019-08-19 16:08:03 +02:00
Ergys Dona
eb138ba83b
URSH: Switch to URL polyfill
2019-08-19 16:08:03 +02:00
Ergys Dona
aa8bb6d8e8
URSH: Refactor index.js
...
URSH:
URSH: * Submit on Enter
URSH: * Differentiate invalid URL from invalid host
2019-08-19 16:08:03 +02:00
Ergys Dona
7f55721fa4
URSH: Increase page font size to 1.2em
2019-08-19 16:08:03 +02:00
Ergys Dona
e1100c9e34
URSH: Remove callback from _makeUrshRequest
2019-08-19 16:08:03 +02:00
Ergys Dona
d881e9e96f
URSH: Add copy-to-clipboard functionality
2019-08-19 16:08:03 +02:00
Ergys Dona
c39f6bd914
URSH: Replace qtip with input field
2019-08-19 16:08:03 +02:00
Ergys Dona
5774e37686
URSH: Refactor ursh request function
2019-08-19 16:08:03 +02:00
Ergys Dona
eda2d0b43f
URSH: Add URL shortener page
2019-08-19 16:08:03 +02:00
Ergys Dona
09539b83b2
URSH: Rename ursh controller return value: msg -> url
2019-08-19 16:08:03 +02:00
Ergys Dona
89dc4af965
URSH: Add ursh plugin for indico
...
URSH:
URSH: - Add a new blueprint: /ursh
URSH: - Add a template hook ('url-shortener-link') to enable short link generation
2019-08-19 16:08:03 +02:00
Adrian Moennich
ce42f8c83c
Remove obsolete plugins from transifex config
2019-08-09 12:08:25 +02:00
Adrian Moennich
489d459b9e
Remove obsolete plugins from meta package
2019-08-09 12:02:05 +02:00
Indico Team
a2da6ce86b
Remove unmaintained plugins
...
they are now in https://github.com/indico/indico-plugins-attic
closes #77
2019-08-09 11:57:34 +02:00
Adrian Moennich
e21d319ce6
Bump 2.2-dev versions to 2.2
...
Except for search_invenio which is broken anyway
2019-08-06 15:58:14 +02:00
Indico Team
abd67d8f51
Reformat JS code with prettier
2019-07-15 11:05:29 +02:00
Adrian Moennich
b304a1d5c1
Fix some build issues
...
...in the broken search_invenio plugin
2019-07-15 10:48:16 +02:00
Adrian Moennich
2d4cde11c3
Use same gitignore for both plugin repos
2019-07-15 10:48:02 +02:00
Adrian Moennich
ee5217a9d2
Fix eslint/prettier integration
2019-07-15 10:41:31 +02:00
Pedro Ferreira
a570a6bd4a
Payment/Paypal: add warning about UTF-8 config
...
Closes #60
2019-06-24 14:49:05 +02:00
Michal Kolodziejski
9db962aba2
Fix travis build
2019-06-18 14:35:28 +02:00
Adrian Moennich
8fd36a04ab
Search: Fix building assets
2019-06-04 18:41:58 +02:00
Adrian Moennich
0f34b58779
Make readme prettier
2019-05-08 16:03:20 +02:00
Indico Team
4b39714dbf
Update license headers (and add missing)
2019-05-08 15:41:55 +02:00
Adrian Moennich
04219821e9
Update package licenses
2019-05-08 15:41:55 +02:00
Adrian Moennich
2078acc265
Exclude some directories from header checks
2019-05-08 15:41:55 +02:00
Adrian Moennich
7741316f30
Update LICENSE & add note about CERN status
2019-05-08 15:41:55 +02:00
Adrian Moennich
fdfe2c18c9
Use 2.2(-dev) for Indico 2.2 plugins
...
Like this we can keep in sync with Indico versions.
2019-05-06 18:03:11 +02:00
Adrian Moennich
fe50085cc6
VC/Vidyo: Fix tests & get rid of dummy_avatar
2019-04-12 17:38:13 +02:00
Adrian Moennich
ae5f6802ad
Get rid of strip_ml_tags
2019-03-25 17:34:35 +01:00
Adrian Moennich
9e3b300bb7
Adapt to SQLAlchemy 1.3
2019-03-19 16:12:44 +01:00
Adrian Moennich
5ab2a5d6b4
Remove sudo: false from Travis config
...
https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
2019-03-15 10:33:20 +01:00
Adrian Moennich
7328085a47
Add url_map.json to gitignore
2019-02-25 14:56:16 +01:00
Adrian Moennich
dea4280576
Merge branch '2.0-maintenance'
2018-11-26 14:57:53 +01:00
Adrian Moennich
4a9d59340e
Storage/S3: Bump version
2018-11-26 14:50:37 +01:00
Adrian Moennich
3a32e524f8
Storage/S3: Truncate bucket hash if necessary
2018-11-26 14:50:37 +01:00
Adrian Moennich
71a679267c
Storage/S3: Cache and lazy-create S3 clients
...
Creating a client in new S3 sessions is somewhat expensive; don't do
that more often than needed
2018-11-26 14:34:41 +01:00
Adrian Moennich
b59949e100
Storage/S3: Fix source backend check
...
Also warn if non-fs backends are used with --rclone, as this only works
if they produce filesystem paths that are still valid after leaving the
context manager returning them.
2018-11-26 14:34:41 +01:00
Adrian Moennich
92f3676235
Storage/S3: Add filesystem-to-s3 migration tool
2018-11-26 14:34:41 +01:00
Adrian Moennich
e3fdc0b4dd
Storage/S3: Change CLI command to indico s3 ...
2018-11-26 14:34:41 +01:00
Adrian Moennich
c87e24cee6
Storage/S3: Add addressing_style option
2018-11-12 12:02:20 +01:00
Adrian Moennich
13145470fd
Storage/S3: Limit max bucket name length
2018-11-12 12:02:20 +01:00
Adrian Moennich
566503a0ac
Storage/S3: Remove obsolete checks
2018-11-12 12:02:20 +01:00
Adrian Moennich
c6b629283c
Storage/S3: Fix i18n name
2018-11-12 12:02:20 +01:00
Adrian Moennich
f75fd081ff
Storage/S3: Add missing DISTINCT to query
2018-11-12 12:02:20 +01:00
Adrian Moennich
55d4de2efb
Storage/S3: Fix grammar
2018-11-12 12:02:20 +01:00
Adrian Moennich
f222458a70
Storage/S3: Add option to download files through indico
...
By default we redirect to a presigned S3 download URL, with this setting
one can instead have Indico download the file and serve it to the client.
2018-11-12 12:02:20 +01:00