Commit graph

  • 9758b7d312 fail if entity is unknown j 2015-06-24 16:41:49 +0200
  • ce701d38d0 space j 2015-06-24 16:41:11 +0200
  • adb831ce70 dont turn data into string, fixes #2797 j 2015-05-28 13:10:39 +0200
  • 5cc23093ef keys might be undefined j 2015-05-25 12:51:11 +0000
  • e063cc7020 use empty string if value is undefined or null, fixes #2790 j 2015-05-23 18:02:24 +0200
  • 4705e33ef1 only enable menu entries if user has permission to edit/upload j 2015-05-23 13:10:25 +0200
  • 5da83f6f6d don't return empty string for undefined values, handle in context browser j 2015-05-23 15:11:18 +0530
  • 0504eaf227 audio files should not have aspect ratio j 2015-05-23 15:10:24 +0530
  • 9191a9c196 extension should be lowercase j 2015-05-23 11:06:22 +0200
  • 27e9bc62fb typo j 2015-05-23 14:25:58 +0530
  • 23398c4307 get resolution from videos while uploading and dont return sort value j 2015-05-23 14:22:44 +0530
  • 7359a24d78 keep video height if its < profile height j 2015-05-22 19:01:05 +0530
  • 509fa6fd0c use sys.argv[0] j 2015-05-22 12:00:35 +0200
  • d4a7ec0e0c now that we have js tracebacks, also open dialog for js errors, fixes #2756 j 2015-05-20 11:47:04 +0100
  • 0e4c49729b window.onerror: log stack to server if available Will Thompson 2015-05-20 12:44:31 +0200
  • 8b0459592c logError: log HTTP_USER_AGENT Will Thompson 2015-05-20 12:38:49 +0200
  • 3ad9d4821b Fix findEntities( ... name == x ... ), fixes #2769 Will Thompson 2015-05-20 12:30:31 +0200
  • fe7f961ff6 Entity: fix name_find when alternativeNames is non-empty Will Thompson 2015-05-20 12:16:32 +0200
  • b7a83554ab Fix references to findDocument[s] in docstrings Will Thompson 2015-05-20 12:14:21 +0200
  • 4deb4daad3 typo in length check, fix cancel button before stating upload j 2015-05-19 23:10:30 +0200
  • f11772b8db fix annotations without public_id after initializing sequence j 2015-05-20 01:04:42 +0530
  • ef56f4aec4 track annotation id in table to avoid IntegrityErrors while adding multiple annotations to one item, fixes #2780 j 2015-05-20 00:43:33 +0530
  • 34f2cfe290 avoid updating item if another annotation was added or edited since dispatching the update_item event j 2015-05-20 00:20:50 +0530
  • 380185efd4 more places where year might not exist, fixes #2778 j 2015-05-19 17:47:20 +0530
  • 09c3c4b959 also fallback to date in context browser, fixes #2777 j 2015-05-19 14:47:47 +0530
  • 47a3a24a7d ignore messages that can not be serialized j 2015-05-19 02:39:26 +0530
  • af86445b2e use username not user j 2015-05-18 23:01:19 +0200
  • 1da7135e38 use ui.videoSubtitles for enableSubtitles j 2015-05-18 11:51:11 +0200
  • dd234d9c65 only enabale subtitles is enabled in ui settings j 2015-05-18 11:43:30 +0200
  • 9cc4225b86 tune nginx settings j 2015-05-18 11:43:14 +0200
  • 8439d56339 use Ox.sort j 2015-05-15 13:45:04 +0200
  • 0a03240033 vm build cleanup j 2015-05-15 13:42:32 +0200
  • 6dd9522cc5 never include empty layers j 2015-05-13 21:59:17 +0200
  • 562a506d68 include user in change event j 2015-05-08 08:39:31 +0200
  • f9ba4d1bf1 findChangeLog: don't crash if sort is unspecified Will Thompson 2015-05-06 19:00:44 +0200
  • ff3864b347 nicer logging j 2015-05-06 19:00:02 +0200
  • be41fe9dbe formating j 2015-05-05 13:34:34 +0200
  • cf10d98d50 check if alternative title has countries j 2015-05-04 10:55:47 +0200
  • 80fd7c027e create user if it does not exist j 2015-05-04 10:55:13 +0200
  • 956464b128 support using a username other than pandora j 2015-05-02 12:09:53 +0200
  • e22cfafc5e typo j 2015-05-01 12:45:03 +0200
  • 514e1ad36d autocompleteEntities: fix lies in docstring Will Thompson 2015-04-30 22:49:31 +0200
  • 4d6466779f autocomplete: fix typo in docstring Will Thompson 2015-04-30 22:48:07 +0200
  • f6add1463a service/conf typos j 2015-04-30 15:07:24 +0200
  • 99403b8b4c check if all services are installed j 2015-04-30 15:01:27 +0200
  • 9dbeadf5c6 expose websocket port in lxc install j 2015-04-29 18:28:11 +0530
  • 6e4b902def cleanup rolux 2015-04-29 14:07:52 +0200
  • bafad0a5c7 cleanup rolux 2015-04-29 13:41:17 +0200
  • fdcd525bd6 cleanup rolux 2015-04-29 13:25:31 +0200
  • dbf2ef78af add websocket service files j 2015-04-28 23:07:36 +0530
  • e7f83f674e add inital implementation for a websocket, disabled by default for now j 2015-04-28 23:05:15 +0530
  • 7aa609c246 make sure app.tasks gets loaded j 2015-04-28 22:34:45 +0530
  • c2e7ac3190 signup: fix error documentation, require email Will Thompson 2015-04-28 18:13:25 +0200
  • 51c3df9660 typo: permissino permission in 403 errors Will Thompson 2015-04-28 18:12:00 +0200
  • 86a1d96484 button cleanup, fixes #2765 j 2015-04-26 16:55:39 +0200
  • d39c237b04 ignore subtitles that are longer than the video. j 2015-04-25 19:18:32 +0200
  • abf445b7f1 faster edits j 2015-04-25 19:02:34 +0200
  • e666159811 faster find queries j 2015-04-25 19:02:20 +0200
  • 9197591bb6 tune smart clip queries j 2015-04-25 16:13:42 +0200
  • e604ba73bd remove debug output j 2015-04-25 13:08:24 +0200
  • 8abed26dc9 make sure alternative names are unique too, also fixes #2754 j 2015-04-23 17:20:00 +0530
  • 5455ec8875 name might be in use, update form with value from backend j 2015-04-23 16:44:06 +0530
  • 5b7b389661 ignore case checking for existing entities, check for alternative names too, migrate existing double entries, fixes #2754 j 2015-04-23 12:55:11 +0200
  • 9d3c50fcec ignore undefined entity data j 2015-04-21 15:34:37 +0530
  • 0b103afeca minify before overwriting old file; oxjs removes old tree, always build geo j 2015-04-18 16:06:56 +0530
  • 2ad4aad1c5 fix typo in config documentation rolux 2015-04-20 10:48:04 +0200
  • 442e847747 fix typo in config documentation rolux 2015-04-20 10:47:35 +0200
  • 3208db2fb0 update config documentation rolux 2015-04-20 10:46:00 +0200
  • c6c2a425cc cleanup rolux 2015-04-20 10:13:56 +0200
  • 02552f3f83 cleanup; wording rolux 2015-04-19 11:09:12 +0200
  • 016240b6f8 don't steal focus rolux 2015-04-17 17:14:41 +0100
  • 9eb17dcf41 remove quotes to allow copy and paste j 2015-04-17 17:07:10 +0100
  • 8f181b7b51 refine j 2015-04-17 17:05:09 +0100
  • baaae8ac5c add license infrastructure rolux 2015-04-17 16:42:52 +0100
  • 2dc081b8aa store name, remove unused keys j 2015-04-17 16:01:49 +0100
  • 6407d711ce quite apt-get update j 2015-04-17 12:21:31 +0100
  • 10183a9f06 only create index in sqlfindindex not during migration j 2015-04-17 11:34:44 +0100
  • 9cbf62267f split data migration into extra step j 2015-04-17 11:26:56 +0100
  • e407db4605 fix sqlfindindex j 2015-04-17 11:22:34 +0100
  • a869c7a89a extend findEntities to support entity keys and * j 2015-04-17 11:17:12 +0100
  • 1a9da2d5fa typo j 2015-04-16 21:09:40 +0100
  • e851dcabfb entities are not links j 2015-04-16 20:02:31 +0000
  • c59fb1596f fix entities with ' in name j 2015-04-16 20:50:59 +0530
  • 785e14082c subtitlesOffset in tv j 2015-04-16 19:27:51 +0530
  • 1fb075a350 rename layer j 2015-04-16 10:53:05 +0100
  • 808348e4a2 keyboard shortcuts end at '9' rolux 2015-04-15 18:27:06 +0100
  • ff5d9633ce add db index on changelog.created j 2015-04-15 15:00:52 +0530
  • 5e8294b1c0 function to merge two users j 2015-04-15 14:59:42 +0530
  • 6793c165b3 refactor filters updates j 2015-04-15 08:51:34 +0100
  • 6a5280edd4 ignore case for annotatoin filter values j 2015-04-14 23:04:07 +0100
  • 2325c71c21 fix limit by created j 2015-04-14 20:13:19 +0100
  • 71fd1314cf document new layer/autocomplete config option rolux 2015-04-14 19:59:18 +0100
  • 3e0bd078d0 pass autocomplete with layer, support autocomplete for leyers with filters, fixes #2736 j 2015-04-14 19:49:22 +0100
  • c73ac10ed4 log addEntity in changelog j 2015-04-14 19:15:59 +0100
  • ae55130f47 add subtitles offset, fixes #2732 j 2015-04-14 15:53:47 +0100
  • 589959886b typo j 2015-04-12 21:24:22 +0200
  • b92f0c1bd0 chrome only show the first 100 enties in a folder, use more nested folders and move existing files into folders j 2015-04-12 21:23:04 +0200
  • 8ef5d6908b show number of cached items in status bar. j 2015-04-11 23:29:30 +0200
  • 295ddddf41 use moveTo callbacks j 2015-04-11 23:18:55 +0200
  • 71bdf09e8b sort by path. includes part and allows editing part j 2015-04-11 23:04:39 +0200