Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | provide a specific permission for liking profiles (reuse the obsolete ↵ | friendica | 2014-07-17 | 3 | -17/+17 |
| | | | | bookmark permission), also remove the unused 'unconnected contacts' view for now. | ||||
* | better handling of interactive likes | friendica | 2014-07-17 | 2 | -14/+19 |
| | |||||
* | confirm that something was done. | friendica | 2014-07-17 | 1 | -0/+8 |
| | |||||
* | make mod_like interactive if requested | friendica | 2014-07-17 | 1 | -6/+43 |
| | |||||
* | tinmymce zombie - kill it. | friendica | 2014-07-17 | 1 | -2/+2 |
| | |||||
* | don't subdue archived connections in viewconnections | friendica | 2014-07-16 | 1 | -1/+2 |
| | |||||
* | subdue archived connections in group editor and don't show at all in ↵ | friendica | 2014-07-16 | 1 | -0/+2 |
| | | | | contact_block() | ||||
* | provide os_mkdir to workaround permission issues with php mkdir | friendica | 2014-07-16 | 2 | -2/+2 |
| | |||||
* | clean up more code duplication | friendica | 2014-07-14 | 2 | -5/+7 |
| | |||||
* | Brain fart. Should really wait until the first cuppa kicks in. | friendica | 2014-07-14 | 1 | -1/+1 |
| | |||||
* | issue #536 - move a line so it doesn't interfere | friendica | 2014-07-14 | 1 | -1/+1 |
| | |||||
* | issue #536 | friendica | 2014-07-14 | 1 | -0/+13 |
| | |||||
* | move smarty compiled files to store/[data]/smarty3 - which puts all ↵ | friendica | 2014-07-10 | 1 | -4/+4 |
| | | | | writeable areas of the server except the config file and logs under the "store" directory. We'll do logs at a future time. | ||||
* | make sure we don't block new folks if there's a different register policy ↵ | friendica | 2014-07-09 | 1 | -1/+1 |
| | | | | and the hub admin turns on email verify | ||||
* | finish implementing email verification. Currently it only applies if ↵ | friendica | 2014-07-09 | 1 | -4/+19 |
| | | | | REGISTER_OPEN is in effect. | ||||
* | numerous event fixes - mostly related to editing an event | friendica | 2014-07-06 | 1 | -22/+41 |
| | |||||
* | make the pending connections query consistent between mod/ping and ↵ | friendica | 2014-07-05 | 1 | -5/+7 |
| | | | | mod/connections | ||||
* | remove cyclic dependency on XCHAN_FLAGS_HIDDEN | friendica | 2014-07-05 | 1 | -2/+3 |
| | |||||
* | some initial work towards email address verification | friendica | 2014-07-03 | 1 | -0/+24 |
| | |||||
* | visage tracking opt-in/opt-out | friendica | 2014-07-03 | 1 | -0/+8 |
| | |||||
* | session DNT - if you want it use it. | friendica | 2014-07-03 | 1 | -0/+4 |
| | |||||
* | turn that into a feature | friendica | 2014-07-02 | 1 | -2/+1 |
| | |||||
* | Fix for #510: $a->poi wasn't set for tabs actions with commands, so ↵ | zottel | 2014-07-02 | 1 | -1/+1 |
| | | | | connedit_clone wasn't executed. | ||||
* | use a better hashtag replacement when preventing tag hijacking | friendica | 2014-07-01 | 1 | -2/+2 |
| | |||||
* | optionally allow zrl usage from specific markdown sources | friendica | 2014-07-01 | 1 | -1/+1 |
| | |||||
* | easter egg | friendica | 2014-07-01 | 1 | -1/+8 |
| | |||||
* | more doco on mod/ping - plus fix a birthday notification which was a day off. | friendica | 2014-06-30 | 1 | -6/+52 |
| | |||||
* | Some documentation in mod/ping.php an reduced default logging. | Klaus Weidenbach | 2014-06-30 | 1 | -47/+33 |
| | | | | It is now LOGGER_DATA as it returns the json data contents. | ||||
* | limit updates from new dir servers to avoid exhausting memory. | friendica | 2014-06-29 | 1 | -1/+1 |
| | |||||
* | keep dirsync from exhausting memory | friendica | 2014-06-29 | 1 | -1/+1 |
| | |||||
* | Merge pull request #516 from dawnbreak/master | RedMatrix | 2014-06-30 | 1 | -27/+27 |
|\ | | | | | Fixed a wrong timestamp update when adding a file. | ||||
| * | Return a correct timestamp when a folder is empty. | Klaus Weidenbach | 2014-06-29 | 1 | -27/+27 |
| | | | | | | | | | | If a folder was empty a zero timestamp was returned. Now it will return the timestamp of the folder itself. | ||||
* | | Remove Remove Account link from account settings | Christian Vogeley | 2014-06-29 | 1 | -1/+3 |
|/ | | | | | because it doesn’t remove the account. Move channel removal link to channel page | ||||
* | rule of snakes #1, kill the snake. | friendica | 2014-06-28 | 8 | -26/+27 |
| | | | | | | 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. | ||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-06-26 | 1 | -0/+2 |
|\ | |||||
| * | Let's have a global default startpage before falling back to apps | Alexandre Hannud Abdo | 2014-06-26 | 1 | -0/+2 |
| | | |||||
* | | notification being sent for comments from blocked connections on same site. | friendica | 2014-06-26 | 1 | -1/+5 |
|/ | |||||
* | sql error | friendica | 2014-06-25 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of https://github.com/tuscanhobbit/red | Paolo Tacconi | 2014-06-25 | 1 | -0/+2 |
|\ | |||||
| * | Set backlink to the parent folder, not cloud's root. | Klaus Weidenbach | 2014-06-24 | 1 | -0/+2 |
| | | | | | | | | | | | | | | If you edit a file and click on the backlink you always returned to the root folder of your cloud. This patch sets the correct parent folder as backlink. Bit messy, but looks like it works. | ||||
* | | Display quota and translatable strings | Paolo Tacconi | 2014-06-25 | 1 | -0/+1 |
|/ | |||||
* | Oops I left some debug stuff around | tuscanhobbit | 2014-06-24 | 1 | -1/+0 |
| | |||||
* | Fixes to links and forward URLs in filestorage | tuscanhobbit | 2014-06-24 | 1 | -46/+8 |
| | |||||
* | clean up the awful descriptive text on thing input | friendica | 2014-06-23 | 1 | -3/+6 |
| | |||||
* | ability to like things | friendica | 2014-06-23 | 1 | -3/+8 |
| | |||||
* | profile likes | friendica | 2014-06-22 | 1 | -60/+172 |
| | |||||
* | when an admin censors a channel, we only need to notify the directory and ↵ | friendica | 2014-06-22 | 1 | -0/+1 |
| | | | | not all the connections. | ||||
* | honour the admin censored flag in the directory, and some slow progress on ↵ | friendica | 2014-06-22 | 2 | -58/+126 |
| | | | | extended likes | ||||
* | Add HTML5 datalist to edit photo album field. | Klaus Weidenbach | 2014-06-22 | 1 | -0/+5 |
| | | | | | | | This patch provides a datalist for the edit photo album field. This makes it easier to move a picture to another existing folder in the way that it provides a list of all available albums as values for the album field. | ||||
* | moods not working in other languages + doc updates | friendica | 2014-06-21 | 1 | -1/+1 |
| |