Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | the sending side of clone syncing of collection/privacy_group information. ↵ | friendica | 2014-07-14 | 2 | -1/+26 |
| | | | | The receiving side is not yet implemented. | ||||
* | remove some code duplication | friendica | 2014-07-14 | 5 | -58/+25 |
| | |||||
* | rename friendica_smarty | friendica | 2014-07-13 | 3 | -2/+4 |
| | |||||
* | Quotes on strings. Dunno why it worked without. | Thomas Willingham | 2014-07-13 | 1 | -1/+1 |
| | |||||
* | Provide profile tabs opt-out. | Thomas Willingham | 2014-07-13 | 1 | -1/+4 |
| | |||||
* | added A NAME/ID to whitelist in HTMLpurifier. That means we can now make ↵ | jeroenpraat | 2014-07-11 | 1 | -0/+1 |
| | | | | vintage indexes in web pages. | ||||
* | move smarty compiled files to store/[data]/smarty3 - which puts all ↵ | friendica | 2014-07-10 | 1 | -1/+1 |
| | | | | writeable areas of the server except the config file and logs under the "store" directory. We'll do logs at a future time. | ||||
* | doco | friendica | 2014-07-10 | 1 | -1/+7 |
| | |||||
* | finish implementing email verification. Currently it only applies if ↵ | friendica | 2014-07-09 | 2 | -2/+14 |
| | | | | REGISTER_OPEN is in effect. | ||||
* | numerous event fixes - mostly related to editing an event | friendica | 2014-07-06 | 1 | -1/+1 |
| | |||||
* | homepage revisions | friendica | 2014-07-06 | 1 | -8/+9 |
| | |||||
* | when deleting items, delete linked events and photos during stage1 | friendica | 2014-07-04 | 1 | -13/+13 |
| | |||||
* | add 'block_public' checking to get_all_perms() and perm_is_allowed() so we ↵ | friendica | 2014-07-03 | 1 | -0/+12 |
| | | | | have everything related to allowing or denying something in one place. Currently this check is done separately in a huge number of places. Now we can start to remove all the extra checks. A couple of them are still necessary, but most are now redundant. | ||||
* | some initial work towards email address verification | friendica | 2014-07-03 | 1 | -0/+84 |
| | |||||
* | visage tracking opt-in/opt-out | friendica | 2014-07-03 | 2 | -0/+21 |
| | |||||
* | move code out of templates - not sure how this even worked. | friendica | 2014-07-03 | 1 | -1/+9 |
| | |||||
* | turn that into a feature | friendica | 2014-07-02 | 1 | -0/+1 |
| | |||||
* | minor adjustments | friendica | 2014-07-01 | 1 | -1/+3 |
| | |||||
* | minor optimisation | friendica | 2014-07-01 | 1 | -8/+4 |
| | |||||
* | optionally allow zrl usage from specific markdown sources | friendica | 2014-07-01 | 2 | -11/+18 |
| | |||||
* | easter egg | friendica | 2014-07-01 | 1 | -3/+1 |
| | |||||
* | for non-post items (e.g. photos, events, whatever) add mention tags ↵ | friendica | 2014-06-30 | 1 | -0/+25 |
| | | | | explicitly to the output rendering since they may not be present in the post body. | ||||
* | much better fix to problem yesterday of updates with the wrong ud_addr ↵ | friendica | 2014-06-30 | 2 | -24/+17 |
| | | | | | | getting updated. Now we'll pass in the update table row to import_xchan so we know exactly which ud_addr applies. We still need ud_flags passed in separately. | ||||
* | Documented include/plugin.php a bit and removed an annoying default | Klaus Weidenbach | 2014-07-01 | 1 | -107/+114 |
| | | | | logging. Changed it to LOGGER_DEBUG. | ||||
* | Make [observer.baseurl] more reliable using connurl which will change | Thomas Willingham | 2014-06-30 | 1 | -2/+2 |
| | | | | | less often than xchan_url, which can break the regex and might not even contain the baseurl at all, plus a bit of doco clean up. | ||||
* | control chars crept in. | friendica | 2014-06-30 | 1 | -1/+1 |
| | |||||
* | ensure we have a unique guid for each address if one is generated. | friendica | 2014-06-30 | 1 | -1/+1 |
| | |||||
* | update the update records for all addresses attached to this channel, not ↵ | friendica | 2014-06-30 | 1 | -7/+19 |
| | | | | just the primary. | ||||
* | minor changes | friendica | 2014-06-29 | 1 | -0/+6 |
| | |||||
* | log the offending dir server | friendica | 2014-06-29 | 1 | -0/+2 |
| | |||||
* | limit updates from new dir servers to avoid exhausting memory. | friendica | 2014-06-29 | 1 | -1/+6 |
| | |||||
* | Add rename support for DAV directories. | Klaus Weidenbach | 2014-06-30 | 2 | -15/+63 |
| | | | | This works only over DAV right now, no GUI yet. | ||||
* | Return a correct timestamp when a folder is empty. | Klaus Weidenbach | 2014-06-29 | 1 | -9/+23 |
| | | | | | If a folder was empty a zero timestamp was returned. Now it will return the timestamp of the folder itself. | ||||
* | Fixed some more timestamp bugs in RedDAV. | Klaus Weidenbach | 2014-06-29 | 2 | -18/+37 |
| | | | | Fixed an SQL-query in RedFile::put(), where parameters where in wrong order. | ||||
* | Fixed a wrong timestamp update when adding a file. | Klaus Weidenbach | 2014-06-29 | 2 | -7/+13 |
| | | | | | | | When a file was uploaded the timestamp of the containing folder should get updated, but the timestamp of the first file in the folder was mistakenly updated. There are some more wrong timestamps, but still looking for the bug. | ||||
* | Merge pull request #513 from dawnbreak/master | RedMatrix | 2014-06-29 | 1 | -433/+586 |
|\ | | | | | Some documentation for include/reddav.php and a new tpl-file. | ||||
| * | Some documentation for include/reddav.php and a new tpl-file. | Klaus Weidenbach | 2014-06-29 | 1 | -433/+586 |
| | | | | | | | | | | | | | | | | | | | | | | Documented include/reddav.php a bit more to understand what it is about to try to clean up some parts. Still a lot to be done here. I put serveral @todo markers that need to be checked. Moved some more HTML to template file. Changed getETag() return format according to documentation. (ETag MUST be surrounded by double-quotes) | ||||
* | | remove the feature setting until the community decides what to do and makes ↵ | friendica | 2014-06-28 | 1 | -1/+1 |
| | | | | | | | | it happen | ||||
* | | rule of snakes #1, kill the snake. | friendica | 2014-06-28 | 1 | -2/+2 |
|/ | | | | | | tinymce is gone. if you want a visual editor, figure out what you want and make it happen. If you don't want a visual editor, do nothing. This is in the community's hands. I don't need a visual editor. | ||||
* | notification being sent for comments from blocked connections on same site. | friendica | 2014-06-26 | 1 | -0/+1 |
| | |||||
* | bring back profile_tabs for unauthenticated visitors to /cloud page | friendica | 2014-06-25 | 2 | -3/+1 |
| | |||||
* | Templified cloud's directory listing. | Klaus Weidenbach | 2014-06-26 | 1 | -190/+170 |
| | | | | | | Moved HTML for the directory listing from include/reddav.php to it's own template file. Still need to clean it up bit more, but should be useable already. | ||||
* | Delete confirmation is translatable | Paolo Tacconi | 2014-06-25 | 1 | -1/+1 |
| | |||||
* | Display quota and translatable strings | Paolo Tacconi | 2014-06-25 | 1 | -37/+66 |
| | |||||
* | Oops I left some debug stuff around | tuscanhobbit | 2014-06-24 | 1 | -5/+11 |
| | |||||
* | Fixes to links and forward URLs in filestorage | tuscanhobbit | 2014-06-24 | 2 | -17/+60 |
| | |||||
* | clean up the awful descriptive text on thing input | friendica | 2014-06-23 | 1 | -1/+1 |
| | |||||
* | block edit/delete ability for everybody but the owner | friendica | 2014-06-23 | 1 | -7/+16 |
| | |||||
* | Merge branch 'master' of https://github.com/tuscanhobbit/red into ↵ | friendica | 2014-06-23 | 1 | -27/+78 |
|\ | | | | | | | tuscanhobbit-master | ||||
| * | Dav file browser on a single page | tuscanhobbit | 2014-06-24 | 1 | -27/+78 |
| | |