Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | renamed include files identity.php (channel.php) and Contact.php ↵ | redmatrix | 2016-05-22 | 1 | -63/+63 |
| | | | | (connections.php) | ||||
* | rev update | redmatrix | 2015-11-06 | 1 | -6/+6 |
| | |||||
* | version | redmatrix | 2015-11-03 | 1 | -389/+388 |
| | |||||
* | version and strings | redmatrix | 2015-10-25 | 1 | -2/+6 |
| | |||||
* | messages.po got truncated due to a failed cron job | redmatrix | 2015-10-17 | 1 | -0/+9151 |
| | |||||
* | allow homepage content to be a full redirect | redmatrix | 2015-10-17 | 1 | -8996/+0 |
| | |||||
* | Regenerated messages.po. | jeroenpraat | 2015-10-14 | 1 | -4193/+4122 |
| | |||||
* | string update | redmatrix | 2015-10-09 | 1 | -2/+2 |
| | |||||
* | version and strings update | redmatrix | 2015-10-04 | 1 | -5/+5 |
| | |||||
* | add some safety checks on the sending side of sync | redmatrix | 2015-09-27 | 1 | -23/+23 |
| | |||||
* | dummy update | redmatrix | 2015-09-18 | 1 | -5/+5 |
| | |||||
* | another tactic to deal with orphan hublocs from re-installs, or at least ↵ | redmatrix | 2015-09-11 | 1 | -184/+184 |
| | | | | allow the descendant channel to survive | ||||
* | PRIVACY: item_private seems to have been removed from permissions_sql ↵ | redmatrix | 2015-09-07 | 1 | -179/+179 |
| | | | | checking with an observer. | ||||
* | change the likes db structure to make it more easily importable/exportable | redmatrix | 2015-08-31 | 1 | -253/+253 |
| | |||||
* | issues with abook sync between hubzilla and red | redmatrix | 2015-08-23 | 1 | -83/+88 |
| | |||||
* | set email verified if lost password workflow is completed to avoid the ↵ | redmatrix | 2015-08-14 | 1 | -33/+33 |
| | | | | situation where they can reset the password but still not be able to login because the original email verification was lost. | ||||
* | ensure diaspora_signature is converted to json before we store it. | redmatrix | 2015-08-08 | 1 | -10/+14 |
| | |||||
* | consistency of event form | redmatrix | 2015-07-31 | 1 | -210/+195 |
| | |||||
* | revision and string update | redmatrix | 2015-07-26 | 1 | -29/+33 |
| | |||||
* | string update | redmatrix | 2015-07-19 | 1 | -985/+925 |
| | |||||
* | revision update | redmatrix | 2015-07-10 | 1 | -168/+170 |
| | |||||
* | in hubzilla we're going to convert doco to items. define it here so that an ↵ | redmatrix | 2015-07-03 | 1 | -249/+300 |
| | | | | accidental import/export doesn't chuck a wobbly. | ||||
* | project updates | redmatrix | 2015-06-26 | 1 | -194/+211 |
| | |||||
* | very early attempt diaspora import from diaspora export file. Currently the ↵ | redmatrix | 2015-06-19 | 1 | -108/+112 |
| | | | | 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. | ||||
* | weekly string update | redmatrix | 2015-06-13 | 1 | -4400/+4581 |
| | |||||
* | Added translatable strings to the Display Settings page and refreshed ↵ | jeroenpraat | 2015-06-06 | 1 | -4615/+4472 |
| | | | | util/messages.po. | ||||
* | string/version update | redmatrix | 2015-06-06 | 1 | -174/+175 |
| | |||||
* | strip images from directory text entries | redmatrix | 2015-05-30 | 1 | -752/+813 |
| | |||||
* | add local_dir_update hook | redmatrix | 2015-05-23 | 1 | -521/+524 |
| | |||||
* | new string file - isolating the projectname from translated strings so that ↵ | redmatrix | 2015-05-17 | 1 | -30/+31 |
| | | | | translation files will work across multiple projects. | ||||
* | more work isolating the projectname from core. | redmatrix | 2015-05-17 | 1 | -295/+299 |
| | |||||
* | rev update | redmatrix | 2015-05-10 | 1 | -45/+61 |
| | |||||
* | turn consensus items into diaspora polls for that network | redmatrix | 2015-05-05 | 1 | -200/+209 |
| | |||||
* | mod/branchtopic - move an off-topic comment to its own thread as a fresh ↵ | friendica | 2015-04-24 | 1 | -1026/+982 |
| | | | | wall-to-wall post and the same delivery permissions as its parent. No adjustments are made for complex delivery chains. | ||||
* | hide event share button when editing an event | friendica | 2015-04-17 | 1 | -387/+413 |
| | |||||
* | rev update, string update | friendica | 2015-04-11 | 1 | -850/+842 |
| | |||||
* | strings update | friendica | 2015-04-03 | 1 | -1640/+1628 |
| | |||||
* | issue #941 | friendica | 2015-03-28 | 1 | -586/+660 |
| | |||||
* | config to hide version tag from siteinfo - on my site it's meaningless. | friendica | 2015-03-20 | 1 | -366/+385 |
| | |||||
* | update to-do list | friendica | 2015-03-13 | 1 | -3959/+2152 |
| | |||||
* | reverse smilie storage also | friendica | 2015-03-06 | 1 | -593/+2499 |
| | |||||
* | Fix a couple of places where we weren't checking for dead hublocs. Add a ↵ | friendica | 2015-02-27 | 1 | -2345/+2369 |
| | | | | function to mark a hubloc dead. | ||||
* | doc update | friendica | 2015-02-20 | 1 | -389/+445 |
| | |||||
* | missing param | friendica | 2015-02-13 | 1 | -3604/+3750 |
| | |||||
* | get_rel_link broken - also weekly doc updates | friendica | 2015-02-06 | 1 | -1243/+1277 |
| | |||||
* | let zot_refresh continue without a primary hub if one cannot be found. also ↵ | friendica | 2015-01-30 | 1 | -3303/+3324 |
| | | | | weekly doc updates | ||||
* | doc updates | friendica | 2015-01-23 | 1 | -875/+897 |
| | |||||
* | mod_prep usability enhancements, doc updates | friendica | 2015-01-16 | 1 | -2618/+2660 |
| | |||||
* | doc updates | friendica | 2015-01-10 | 1 | -840/+864 |
| | |||||
* | doc updates | friendica | 2015-01-02 | 1 | -1960/+1971 |
| |