Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | missing backslash leads to wsod on refresh permissions | Mario Vavti | 2016-06-29 | 1 | -1/+1 |
| | |||||
* | readability | redmatrix | 2016-06-28 | 1 | -1/+4 |
| | |||||
* | identity_export_year() was a bit short-sighted. We really require arbitrary ↵ | redmatrix | 2016-06-28 | 2 | -1/+39 |
| | | | | date ranges. A new function was created to tackle this - channel_export_items() which takes a channel, and a start and finish date. Finish date will default to "now" if not set. Will be working this into the interface under a module named "export_items" which will correspond closely to the existing "import_items" module you'll need to do the reverse operation. Will also make it available via the API. Once that is complete, I anticipate removing identity_export_year() as it will then be somewhat redundant, and modifying the documentation on the channel export page accordingly. Note: the function works strictly in GMT so an interface would need to convert from channel local time. | ||||
* | fix month view in fullscreen mode | Mario Vavti | 2016-06-28 | 1 | -1/+7 |
| | |||||
* | update fullcalendar to version 2.8.0 | Mario Vavti | 2016-06-28 | 10 | -71/+267 |
| | |||||
* | 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 |
| | |||||
* | 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. | ||||
* | 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 |
|\ | |||||
| * | 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 |
| |/ / | |||||
* / / | 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). | ||||
* | | 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' 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 |
|\ \ | |||||
| * \ | Merge pull request #433 from dissolve/microformats2 | hubzilla | 2016-06-23 | 1 | -6/+6 |
| |\ \ | | | | | | | | | microformats 2 for posts | ||||
| | * | | microformats 2 for posts | Ben Roberts | 2016-06-22 | 1 | -6/+6 |
| | | | | |||||
* | | | | code cleanup for profile_photos | redmatrix | 2016-06-23 | 6 | -68/+108 |
|/ / / | |||||
* | | | set profile when "use existing photo" | redmatrix | 2016-06-22 | 1 | -4/+14 |
| | | | |||||
* | | | missing class selector when "use photo as profile photo" | redmatrix | 2016-06-22 | 1 | -1/+1 |
|/ / | |||||
* | | the xchan_query wasn't fully optimised as we were comparing quoted and ↵ | redmatrix | 2016-06-22 | 1 | -4/+4 |
| | | | | | | | | unquoted strings when looking for duplicates | ||||
* | | db statement debugging | redmatrix | 2016-06-22 | 3 | -6/+8 |
| | | |||||
* | | use the normal html escape for '@' in addresses rather than the high-plane ↵ | redmatrix | 2016-06-22 | 3 | -3/+3 |
|/ | | | | unicode variant. This makes it copy-able, but not easily scrape-able. |