Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | commit 631eb4b broke the checkboxes in admin/site, so separate normal ↵ | redmatrix | 2015-08-17 | 1 | -1/+1 |
| | | | | checkboxes from bulk edit checkboxes in the css | ||||
* | add DB support for tasks, todo items and repeating events | redmatrix | 2015-08-16 | 1 | -1/+1 |
| | |||||
* | set email verified if lost password workflow is completed to avoid the ↵ | redmatrix | 2015-08-14 | 1 | -1/+1 |
| | | | | situation where they can reset the password but still not be able to login because the original email verification was lost. | ||||
* | revert 36b5f6ac | redmatrix | 2015-08-12 | 1 | -1/+1 |
| | |||||
* | doc fixes | redmatrix | 2015-08-11 | 1 | -1/+1 |
| | |||||
* | convert abook_flags from hubzilla during cloning | redmatrix | 2015-08-10 | 1 | -1/+1 |
| | |||||
* | ensure diaspora_signature is converted to json before we store it. | redmatrix | 2015-08-08 | 1 | -1/+1 |
| | |||||
* | closing tags | redmatrix | 2015-08-06 | 1 | -1/+1 |
| | |||||
* | connection filter fixes | redmatrix | 2015-08-05 | 1 | -1/+1 |
| | |||||
* | unobscure item before applying connection filter | redmatrix | 2015-08-04 | 1 | -1/+1 |
| | |||||
* | these were some really difficult bugs to find | redmatrix | 2015-08-03 | 1 | -1/+1 |
| | |||||
* | revision update | redmatrix | 2015-08-02 | 1 | -1/+1 |
| | |||||
* | consistency of event form | redmatrix | 2015-07-31 | 1 | -1/+1 |
| | |||||
* | dummy update | redmatrix | 2015-07-30 | 1 | -1/+1 |
| | |||||
* | PRIVACY: imported events | redmatrix | 2015-07-29 | 1 | -1/+1 |
| | |||||
* | make superblock block a channel if it's an owner as well as the current ↵ | redmatrix | 2015-07-28 | 1 | -1/+1 |
| | | | | author; add @hostname to event hashes to make their use in vcalendar more RFC compliant | ||||
* | logic issue in connection filter | redmatrix | 2015-07-27 | 1 | -1/+1 |
| | |||||
* | revision and string update | redmatrix | 2015-07-26 | 1 | -1/+1 |
| | |||||
* | patch to allow theme based widgets | redmatrix | 2015-07-23 | 1 | -1/+1 |
| | |||||
* | ics calendar export - commas need to be escaped | redmatrix | 2015-07-21 | 1 | -1/+1 |
| | |||||
* | allow per-connection content filter to specify a detected language to ↵ | redmatrix | 2015-07-20 | 1 | -1/+1 |
| | | | | include/exclude (in addition to text, tags, and regexes) | ||||
* | string update | redmatrix | 2015-07-19 | 1 | -1/+1 |
| | |||||
* | provide a way to export a single year of items (to potentially keep from ↵ | redmatrix | 2015-07-16 | 1 | -1/+1 |
| | | | | exhausting resources either on export or import) | ||||
* | revision update | redmatrix | 2015-07-15 | 1 | -1/+1 |
| | |||||
* | coverup and ignore the illegal string offset message that some sites have ↵ | redmatrix | 2015-07-14 | 1 | -1/+1 |
| | | | | been reporting. This does not fix it. A fix would be to examine the data that has been received and find out why it is mangled and trace this back to where it was mangled. | ||||
* | revision update | redmatrix | 2015-07-11 | 1 | -1/+1 |
| | |||||
* | revision update | redmatrix | 2015-07-10 | 1 | -1/+1 |
| | |||||
* | version update | redmatrix | 2015-07-07 | 1 | -1/+1 |
| | |||||
* | version update | redmatrix | 2015-07-06 | 1 | -1/+1 |
| | |||||
* | version update | redmatrix | 2015-07-05 | 1 | -1/+1 |
| | |||||
* | in hubzilla we're going to convert doco to items. define it here so that an ↵ | redmatrix | 2015-07-03 | 1 | -1/+1 |
| | | | | accidental import/export doesn't chuck a wobbly. | ||||
* | web version of util/pconfig | redmatrix | 2015-07-02 | 1 | -1/+1 |
| | |||||
* | provide backward compatibility with hubzilla extended item export | redmatrix | 2015-07-01 | 1 | -1/+1 |
| | |||||
* | some prep work | redmatrix | 2015-06-29 | 1 | -1/+1 |
| | |||||
* | no this isn't it. well ok, it's part of it, but not the important part. it's ↵ | redmatrix | 2015-06-28 | 1 | -1/+1 |
| | | | | still pretty cool. | ||||
* | project updates | redmatrix | 2015-06-26 | 1 | -1/+1 |
| | |||||
* | typo | redmatrix | 2015-06-23 | 1 | -1/+1 |
| | |||||
* | discovered a couple of loose ends in the per-member enable diaspora setting | redmatrix | 2015-06-22 | 1 | -1/+1 |
| | |||||
* | some diaspora import issues uncovered during dry-run tests | redmatrix | 2015-06-21 | 1 | -1/+1 |
| | |||||
* | import_diaspora - incorrect method for importing channel photo, and add ↵ | redmatrix | 2015-06-20 | 1 | -1/+1 |
| | | | | duplicate reddress detection/correction | ||||
* | very early attempt diaspora import from diaspora export file. Currently the ↵ | redmatrix | 2015-06-19 | 1 | -1/+1 |
| | | | | json export has to be gunzipped prior to uploading and we're net yet adding connections (which should come soon) and we can't import items until they add guids to the export file - so consider it a work in progress. This first attempt should create a channel and get your profile details setup providing there isn't a nickname conflict on the server. That will also be handled later. | ||||
* | issues with markdownify and escaped HTML | redmatrix | 2015-06-18 | 1 | -1/+1 |
| | |||||
* | version update | redmatrix | 2015-06-14 | 1 | -1/+1 |
| | |||||
* | weekly string update | redmatrix | 2015-06-13 | 1 | -1/+1 |
| | |||||
* | hubzilla compatibility function | redmatrix | 2015-06-11 | 1 | -1/+1 |
| | |||||
* | put block_public back where it is needed, which is in mod_public and not ↵ | redmatrix | 2015-06-10 | 1 | -1/+1 |
| | | | | mod_home | ||||
* | add nomadic identities as webfinger aliases | redmatrix | 2015-06-09 | 1 | -1/+1 |
| | |||||
* | add site_dead flag to prevent delivery to dead sites. Allow sys channel ↵ | redmatrix | 2015-06-08 | 1 | -1/+1 |
| | | | | webpages to be viewed even if site is configured "block public". | ||||
* | version update | redmatrix | 2015-06-07 | 1 | -1/+1 |
| | |||||
* | string/version update | redmatrix | 2015-06-06 | 1 | -1/+1 |
| |