Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'dev' into sabre32 | Mario Vavti | 2016-06-28 | 1 | -1/+7 |
|\ | |||||
| * | fix month view in fullscreen mode | Mario Vavti | 2016-06-28 | 1 | -1/+7 |
| | | |||||
* | | erge branch 'dev' into sabre32 | Mario Vavti | 2016-06-28 | 10 | -71/+267 |
|\| | |||||
| * | update fullcalendar to version 2.8.0 | Mario Vavti | 2016-06-28 | 10 | -71/+267 |
| | | |||||
* | | Merge branch 'dev' into sabre32 | Mario Vavti | 2016-06-28 | 17 | -705/+555 |
|\| | |||||
| * | still working through some issues with curl magic-auth | redmatrix | 2016-06-27 | 5 | -6/+30 |
| | | | | | | | | fixed profile photo upload | ||||
| * | provide a daemon for implementing zot magic-auth over curl. | redmatrix | 2016-06-27 | 1 | -0/+52 |
| | | |||||
| * | add letsencrypt x3 intermediate cert and new cert file, improve UX of new ↵ | redmatrix | 2016-06-27 | 7 | -689/+457 |
| | | | | | | | | registrations | ||||
| * | replace [+] and [-] with chevron icons | redmatrix | 2016-06-27 | 2 | -5/+5 |
| | | |||||
| * | comment on the setup page about the possible need for intermediate certs. | redmatrix | 2016-06-27 | 2 | -4/+10 |
| | | |||||
| * | typos | Habeas Codice | 2016-06-27 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'dev' into sabre32 | Mario Vavti | 2016-06-27 | 1 | -8/+12 |
|\| | |||||
| * | start on re-write of the permissions doc. Some of this will change ↵ | redmatrix | 2016-06-27 | 1 | -8/+12 |
| | | | | | | | | (slightly), as the permissions framework is currently evolving. Most of the concepts and mechanisms will remain the same, but we need to simplify and do a better job of explaining the concepts. | ||||
* | | Merge branch 'dev' into sabre32 | Mario Vavti | 2016-06-27 | 30 | -30/+98 |
|\| | |||||
| * | fix for the rendering side of issue #412. We traditionally store all | redmatrix | 2016-06-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | "user generated" content with ENT_COMPAT encoding to reduce the attack vector for JS CSS exploits. This may present compatibility issues sharing wikis to platforms which do not provide such CSS protection. We can either decide that wikis are inherently insecure and filter them on render (with an associated performance penalty), or keep the existing method of filtering on store. I'm not making that choice. I'm merely fixing the obvious rendering issue in mono-platform viewing. | ||||
| * | remove the app $a passed to profile_load, also add profile_load to mod_wiki ↵ | redmatrix | 2016-06-26 | 27 | -28/+29 |
| | | | | | | | | which should fix issue #431 | ||||
| * | document the daemon classes | redmatrix | 2016-06-26 | 1 | -0/+43 |
| | | |||||
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-06-26 | 5 | -36/+199 |
| |\ | |||||
| * | | issue #442, tables contain too much whitespace (there's a definite issue ↵ | redmatrix | 2016-06-26 | 2 | -1/+25 |
| | | | | | | | | | | | | here, but I should note the offending example was full of carriage returns as well as linefeeds; which exacerbated the problem). | ||||
* | | | Merge branch 'dev' into sabre32 | Mario Vavti | 2016-06-26 | 5 | -36/+199 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge pull request #441 from Treer/cdn | hubzilla | 2016-06-26 | 1 | -1/+1 |
| |\ \ | | | | | | | | | fix absolute .js urls | ||||
| | * | | fix absolute .js urls | Treer | 2016-06-26 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #438 from anaqreon/wiki | hubzilla | 2016-06-26 | 3 | -27/+178 |
| |\ \ \ | | | | | | | | | | | Wiki post generation option and image embed tool | ||||
| | * | | | A page name wrapped in double brackets is converted into a link to another ↵ | Andrew Manning | 2016-06-25 | 3 | -5/+32 |
| | | | | | | | | | | | | | | | | | | | | page in the current wiki | ||||
| | * | | | Insert image links wherever cursor is in the editor | Andrew Manning | 2016-06-25 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | Merge remote-tracking branch 'upstream/dev' into wiki | Andrew Manning | 2016-06-25 | 36 | -3770/+3959 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | * | | | Post generation about new wiki is optional, default is NOT to post. Fixed ↵ | Andrew Manning | 2016-06-25 | 3 | -22/+146 |
| | | | | | | | | | | | | | | | | | | | | bug in wiki creation. Added embed image dialog and album browser. | ||||
| * | | | | Merge pull request #440 from Treer/misc | hubzilla | 2016-06-26 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | | | fix help link | ||||
| | * | | | | fix help link | Treer | 2016-06-26 | 1 | -1/+1 |
| | | |/ / | | |/| | | |||||
| * | | | | Merge pull request #439 from Treer/cdn | hubzilla | 2016-06-26 | 1 | -8/+20 |
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/| | Allow absolute links to css and js files (for CDN links) | ||||
| | * | | Allow absolute links to css and js files | Treer | 2016-06-25 | 1 | -8/+20 |
| |/ / | |||||
* | | | Merge branch 'dev' into sabre32 | Mario Vavti | 2016-06-25 | 7 | -53/+59 |
|\| | | |||||
| * | | Improvements to help pages | Alexandre Hannud Abdo | 2016-06-25 | 6 | -44/+51 |
| | | | |||||
| * | | media (e.g. video) files weren't being detected correctly in oembed, causing ↵ | redmatrix | 2016-06-25 | 1 | -9/+8 |
| | | | | | | | | | | | | the stream to try and load large videos (and failing) | ||||
* | | | Merge branch 'dev' into sabre32 | Mario Vavti | 2016-06-24 | 26 | -3696/+3867 |
|\| | | |||||
| * | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-06-24 | 1 | -1/+1 |
| |\ \ | |||||
| | * \ | Merge pull request #435 from dissolve/microformats2 | hubzilla | 2016-06-24 | 1 | -1/+1 |
| | |\ \ | | | | | | | | | | | add url permalink mf2 markup | ||||
| | | * | | add url permalink mf2 markup | Ben Roberts | 2016-06-24 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | fix pdledit "list layouts" | redmatrix | 2016-06-24 | 2 | -3515/+3522 |
| |/ / / | |||||
| * | | | Merge pull request #434 from dissolve/microformats2 | hubzilla | 2016-06-24 | 1 | -1/+1 |
| |\| | | | | | | | | | | p-author missing from embedded h-card in items | ||||
| | * | | p-author missing from embedded h-card in items | Ben Roberts | 2016-06-23 | 1 | -1/+1 |
| |/ / | |||||
| * | | make dropdown-caret invoke the dropdown | redmatrix | 2016-06-23 | 1 | -1/+1 |
| | | | |||||
| * | | SuperCurl to provide a re-usable curl options stack and just change options ↵ | redmatrix | 2016-06-23 | 2 | -1/+112 |
| | | | | | | | | | | | | that are different from one call to the next | ||||
| * | | db update for abconfig transition | redmatrix | 2016-06-23 | 4 | -4/+40 |
| | | | |||||
| * | | change AbConfig to use channel_id instead of channel_hash; which was a ↵ | redmatrix | 2016-06-23 | 7 | -32/+30 |
| | | | | | | | | | | | | mistake in retrospect | ||||
| * | | relocate the cache class | redmatrix | 2016-06-23 | 5 | -73/+52 |
| | | | |||||
| * | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-06-23 | 1 | -6/+6 |
| |\ \ | |||||
| * | | | code cleanup for profile_photos | redmatrix | 2016-06-23 | 6 | -68/+108 |
| | | | | |||||
* | | | | Merge branch 'dev' into sabre32 | Mario Vavti | 2016-06-23 | 8 | -24/+36 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Merge pull request #433 from dissolve/microformats2 | hubzilla | 2016-06-23 | 1 | -6/+6 |
| |\ \ \ | | |/ / | |/| | | microformats 2 for posts |