History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
095f1cda0cc7 | Sybren A. Stüvel (sybren) | Added "Switch user" functionality. | May 5 2017 | |||
c3eb97e24c31 | Sybren A. Stüvel (sybren) | Log redirect URL for users after logging in with Blender ID. | May 5 2017 | |||
379d40837b86 | Sybren A. Stüvel (sybren) | Fixed issues logging in. | May 5 2017 | |||
1a54b723aa42 | Sybren A. Stüvel (sybren) | Reworked subscription/demo role management from web to API level. | May 4 2017 | |||
d8640df115b8 | Sybren A. Stüvel (sybren) | Made markdown jinja filter None-safe | Mar 30 2017 | |||
6f9feea8a900 | Sybren A. Stüvel (sybren) | Locally hosting jstree, instead of linking to cloudflare. | Mar 29 2017 | |||
cecc9bc7fb59 | Sybren A. Stüvel (sybren) | Added "Copy yaw" button to HDRIs | Mar 28 2017 | |||
fd541d224341 | Sybren A. Stüvel (sybren) | Changed interpretation of '' in form handling of integer properties. | Mar 28 2017 | |||
fcaa4fb9368d | Sybren A. Stüvel (sybren) | Upgraded VRViewer: | Mar 28 2017 | |||
ae5009c9eff1 | Sybren A. Stüvel (sybren) | Python 3.6: Fixed issue with gravatar function | Mar 22 2017 | |||
2e41c074b52c | Sybren A. Stüvel (sybren) | Python 3.6 compatibility: bytes vs strings stuff | Mar 22 2017 | |||
fb25e3e03f28 | Sybren A. Stüvel (sybren) | Fixup of syntax error introduced by 2to3 | Mar 22 2017 | |||
e0c525389fd9 | Sybren A. Stüvel (sybren) | Renamed static.py to staticfile.py | Mar 22 2017 | |||
663627358fd5 | Sybren A. Stüvel (sybren) | Ran 2to3 on pillar + some manual fixups | Mar 22 2017 | |||
4570b4637be2 | Francesco Siddi (fsiddi) | Move attachment parsing on the node level | Feb 27 2017 | |||
6765276519ce | Francesco Siddi (fsiddi) | Introducing attachments fixes for blog posts and assets. | Feb 21 2017 | |||
0a86ad357feb | Pablo Vazquez (pablovazquez) | Analytics for videojs | Feb 8 2017 | |||
089b0f15352c | Pablo Vazquez (pablovazquez) | Own copy of videojs 5.8.8 | Feb 2 2017 | |||
eb02fa5eec9c | Pablo Vazquez (pablovazquez) | Replace Flowplayer with the open source Video.js library | Feb 2 2017 | |||
e3fc5d1b9bec | Pablo Vazquez (pablovazquez) | Initial support for AMP (Accelerated Mobile Pages) | Jan 23 2017 | |||
604d6c1a0719 | Sybren A. Stüvel (sybren) | Added pillar.web.utils.last_page_index() | Jan 19 2017 | |||
11197e669c21 | Francesco Siddi (fsiddi) | Remove /about endpoint | Dec 2 2016 | |||
6bb491aadc4f | Francesco Siddi (fsiddi) | Support for page urls | Dec 2 2016 | |||
b6b517688eb9 | Pablo Vazquez (pablovazquez) | Display blog list and posts within the project | Dec 1 2016 | |||
f06b3c94eb78 | Pablo Vazquez (pablovazquez) | join_agent page for the agent project | Nov 30 2016 | |||
e72f02711d1a | Francesco Siddi (fsiddi) | Temporary tweak to join mechanism | Nov 30 2016 | |||
7fb94a86e870 | Pablo Vazquez (pablovazquez) | Display a nice icon on jstree if item is free | Nov 29 2016 | |||
3fbee3336900 | Pablo Vazquez (pablovazquez) | Open jstree folders on load, and set parent as selected as well | Nov 29 2016 | |||
4a5d553bc862 | Pablo Vazquez (pablovazquez) | No blog on activity stream | Nov 25 2016 | |||
f75c43055ff1 | Pablo Vazquez (pablovazquez) | Blog on frontpage | Nov 25 2016 | |||
f2d9df8b61a4 | Francesco Siddi (fsiddi) | Add note about status parsing during the node tree creation | Nov 25 2016 | |||
c73ad07e8380 | Francesco Siddi (fsiddi) | Remove whitespaces | Nov 25 2016 | |||
1e1d9e57e76e | Pablo Vazquez (pablovazquez) | Show description/content of posts/assets | Nov 24 2016 | |||
b1a0e1e3b639 | Pablo Vazquez (pablovazquez) | Show blog on the tree | Nov 24 2016 | |||
6910d3da497e | Pablo Vazquez (pablovazquez) | We always include the picture now | Nov 24 2016 | |||
b9c3d6b0fbb5 | Pablo Vazquez (pablovazquez) | Merge featured assets and blog posts into one activity stream | Nov 24 2016 | |||
f99869f57eca | Pablo Vazquez (pablovazquez) | 10 featured/latest items | Nov 24 2016 | |||
f1661f7efbfe | Pablo Vazquez (pablovazquez) | Use native scrollbars | Nov 16 2016 | |||
24ede3f4ee42 | Pablo Vazquez (pablovazquez) | Include node_type on jstree list item | Nov 11 2016 | |||
52a1602a7ccd | Sybren A. Stüvel (sybren) | Allow overriding whether the user can comment from URL. | Nov 11 2016 | |||
5f0092cfa1ea | Sybren A. Stüvel (sybren) | Fixed bug in /u/ where home project group membership was lost after edit. | Nov 11 2016 | |||
45328b629b7e | Pablo Vazquez (pablovazquez) | Escape html when building jstree | Nov 8 2016 | |||
e54bfa452055 | Pablo Vazquez (pablovazquez) | Clipboard.js, brought over from Attract, we'll use it here as well | Nov 8 2016 | |||
865259d40e40 | Sybren A. Stüvel (sybren) | pretty_date('some string') now tries to parse the string as datetime. | Nov 8 2016 | |||
65b554986c2d | Sybren A. Stüvel (sybren) | pretty_date(None) now returns None | Nov 8 2016 | |||
fb6e326a143f | Sybren A. Stüvel (sybren) | Also support future dates and times in pretty_date | Nov 8 2016 | |||
920a1de263b6 | Sybren A. Stüvel (sybren) | No need to format known number | Nov 8 2016 | |||
89be4efe6fbe | Pablo Vazquez (pablovazquez) | If day is in the future, just print the time (not empty) | Nov 7 2016 | |||
ba591da2fccf | Pablo Vazquez (pablovazquez) | Store js libraries locally | Nov 7 2016 | |||
76174046ad75 | Pablo Vazquez (pablovazquez) | Use our own perfect scrollbar, not cdn | Nov 4 2016 | |||
a89ada7c2fba | Sybren A. Stüvel (sybren) | Ported yesno Django filter to Jinja2 | Nov 3 2016 | |||
84a86a690e3a | Sybren A. Stüvel (sybren) | Gracefully handle replies on comments on deleted nodes. | Nov 3 2016 | |||
324d500edb15 | Pablo Vazquez (pablovazquez) | Tweaks to style of file attachments | Nov 2 2016 | |||
e43405a3493e | Pablo Vazquez (pablovazquez) | Fix for empty File field not showing when there are no files | Nov 2 2016 | |||
295c821b9d12 | Sybren A. Stüvel (sybren) | Simplified code | Nov 2 2016 | |||
cc562a9fb111 | Sybren A. Stüvel (sybren) | Fix attachment rendering for nodes without description. | Nov 2 2016 | |||
e69393e95e9b | Sybren A. Stüvel (sybren) | WIP: endpoint for posting new comments without comment list. | Nov 2 2016 | |||
0ac0f482ac92 | Sybren A. Stüvel (sybren) | Merge branch 'production' | Nov 2 2016 | |||
f30cdd5246aa | Pablo Vazquez (pablovazquez) | Minor style tweaks to attachments form | Nov 2 2016 | |||
48157254c182 | Sybren A. Stüvel (sybren) | Fixed snag. | Nov 2 2016 | |||
3fc08bcafd84 | Pablo Vazquez (pablovazquez) | Set the slug based on the file name | Nov 2 2016 | |||
ff94cc57a3de | Pablo Vazquez (pablovazquez) | Only show image size if it's image | Nov 2 2016 | |||
90c6fdc37725 | Sybren A. Stüvel (sybren) | Handle empty attachments (no slug nor oid) and reject duplicate slugs | Nov 2 2016 | |||
6faea83372dd | Pablo Vazquez (pablovazquez) | Fix rating on comments | Nov 1 2016 | |||
a385a373b972 | Pablo Vazquez (pablovazquez) | Typo in comments | Nov 1 2016 | |||
6f460ee1271e | Pablo Vazquez (pablovazquez) | Fix for non existing attachments | Nov 1 2016 | |||
3cf71a365f19 | Sybren A. Stüvel (sybren) | Forms for attachments work, VERY HACKISH Hardcodedness™ | Nov 1 2016 | |||
aef775453742 | Sybren A. Stüvel (sybren) | Attachment rendering for posts & node descriptions. | Nov 1 2016 | |||
62ac12deffa0 | Sybren A. Stüvel (sybren) | Some more simplification | Nov 1 2016 | |||
64ece744048a | Sybren A. Stüvel (sybren) | Cleaned up some blog post viewing code | Nov 1 2016 | |||
499af034733a | Sybren A. Stüvel (sybren) | Gracefully handle 404 in get_user_info() | Nov 1 2016 | |||
c9d7da3a42b0 | Pablo Vazquez (pablovazquez) | Attract and Flamenco icons | Oct 21 2016 | |||
b59fcb5cba1a | Sybren A. Stüvel (sybren) | Prevent {{ url_for_node(...) }} crashing the planet when node doesn't exist. | Oct 21 2016 | |||
e1678537c034 | Sybren A. Stüvel (sybren) | Editing comments via PATCH on pillar-web, and some other comment fixes | Oct 20 2016 | |||
c456696600cf | Sybren A. Stüvel (sybren) | Added TODO | Oct 20 2016 | |||
ad1816c6172d | Sybren A. Stüvel (sybren) | log.warning → .info | Oct 20 2016 | |||
7f4ad8578106 | Sybren A. Stüvel (sybren) | Count comments and replies, not just top-level comments | Oct 19 2016 | |||
ea2be0f13d03 | Sybren A. Stüvel (sybren) | Major revision of comment system. | Oct 19 2016 | |||
eea934a86a20 | Sybren A. Stüvel (sybren) | Added username to public user fields | Oct 19 2016 | |||
f2f66d7a6c99 | Sybren A. Stüvel (sybren) | Moved subquery.py from Attract to Pillar, as it's useful for comments too. | Oct 18 2016 | |||
aca54d76e011 | Sybren A. Stüvel (sybren) | Moved find_url_for_node() to its own module and made more pluggable. | Oct 18 2016 | |||
6af3dfdb513a | Pablo Vazquez (pablovazquez) | Use local bootstrap 3.3.7 | Oct 13 2016 | |||
8043caf18702 | Pablo Vazquez (pablovazquez) | Font Pillar: Question mark icon | Oct 13 2016 | |||
aa953f76a1a4 | Sybren A. Stüvel (sybren) | Cache FlaskInternalApi object on request keyed by authentication token. | Oct 13 2016 | |||
10ecb2158ee3 | Sybren A. Stüvel (sybren) | Log error when URLer service is used but not configured. | Oct 13 2016 | |||
26aa155b9e36 | Sybren A. Stüvel (sybren) | Cache Pillar API Object on request object. | Oct 12 2016 | |||
4eb831969776 | Sybren A. Stüvel (sybren) | Better logging of OAuth issues, in the hope to figure out what's going on. | Oct 11 2016 | |||
5dd49fa5ddcc | Sybren A. Stüvel (sybren) | Pillar Extensions can now add links to the sidebar. | Oct 11 2016 | |||
6429c3df217b | Sybren A. Stüvel (sybren) | Modernised flask.ext.login imports → flask_login | Oct 11 2016 | |||
14a8be63295e | Pablo Vazquez (pablovazquez) | Fix 'Latest Assets' list not being updated | Oct 7 2016 | |||
d1610da5f92f | Pablo Vazquez (pablovazquez) | JStree: HREF attribute link to actual node instead of # | Oct 4 2016 | |||
e2921c8da848 | Pablo Vazquez (pablovazquez) | nodes_latest was missing the content_type | Sep 30 2016 | |||
e2236864e768 | Sybren A. Stüvel (sybren) | Filter out '^attract_.*' node types from jstree | Sep 29 2016 | |||
793142831239 | Pablo Vazquez (pablovazquez) | Clipboard icons on pillar-font | Sep 27 2016 | |||
cd8707207b94 | Sybren A. Stüvel (sybren) | Made format_undertitle() Jinja filter None-safe | Sep 22 2016 | |||
76b0f5fc465f | Sybren A. Stüvel (sybren) | Moved login-code into a separate function. | Sep 8 2016 | |||
4313284dab79 | Sybren A. Stüvel (sybren) | Added 'hide_none' Jinja filter, which replaces None with an empty string | Sep 7 2016 | |||
9e6b998c50d7 | Sybren A. Stüvel (sybren) | Refactored static file handling so that extensions can provide static files | Sep 7 2016 | |||
b2e8711ac428 | Sybren A. Stüvel (sybren) | Moved Jinja2 stuff to its own module, and added |undertitle filter. | Sep 7 2016 | |||
8a6cd961986a | Sybren A. Stüvel (sybren) | Added pi-users icon + documented regeneration of pillar-font. | Sep 7 2016 |