aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* add channel_lastpost timestamp to help optimise some outrageously expensive ↵friendica2015-03-261-1/+0
| | | | queries.
* admin config for default expirationfriendica2015-03-251-5/+2
|
* also allow service classes to set post expiration. These take priority over ↵friendica2015-03-241-0/+3
| | | | the site default.
* more work on expiration, make system limits useful - even in retrospectfriendica2015-03-241-1/+4
|
* one step forward, one step back.friendica2015-03-231-1/+1
|
* update schema doco a little. needs some more...Mario Vavti2015-03-192-9/+12
|
* start on some db_table docofriendica2015-03-151-14/+35
|
* update to-do listfriendica2015-03-131-2/+0
|
* update sample-nginx.conf redirect to check for argsMario Vavti2015-03-111-1/+4
|
* Add alert to admin page about old PHP version.Klaus Weidenbach2015-03-081-1/+5
| | | | | | | | | | | | Add an alert message to admin summary page when a PHP version < 5.4 was detected as this has reached EOL and will not be supported with the new SabreDAV library. Some styleguide optimisation. Add NULL_DATE example to doc/sql_conventions.bb. Display a "0" when no plugins active in summary page. Added some more numbers to summary admin page, expired accounts, channels. Hope I interpreted them right. I have no idea how to get blocked accounts.
* add repo pointersfriendica2015-03-041-0/+9
|
* Merge pull request #917 from dawnbreak/docuRedMatrix2015-03-051479-173461/+17
|\ | | | | remove Doxygen API Documentation from repository.
| * remove Doxygen API Documentation from repository.Klaus Weidenbach2015-03-041479-173461/+17
| | | | | | | | | | | | | | This removes around 14MB and can get easily generate locally by doxygen util/Doxyfile when needed. Restructured .gitignore a bit and some additions like zotshrc, etc. Fixed a typo in doc/main.bb
* | missed a couplefriendica2015-03-041-0/+2
|/
* provide a list of potential addons and what they do for members who can't ↵friendica2015-03-041-1/+57
| | | | | | see the descriptions on the admin/plugins page Not all of these are in red-addons repository, please add any that haven't been listed. We should probably provide a list of addon repositories at the end.
* Merge https://github.com/friendica/red into pending_mergefriendica2015-02-273-4/+11
|\
| * update German help files to current English contentszottel2015-02-272-3/+10
| |
| * fix link to siteinfo/jsonzottel2015-02-271-1/+1
| |
* | weekly doxygen pushfriendica2015-02-2769-765/+1321
|/
* high level queue inspector - needs a lot more, like the ability to dump ↵friendica2015-02-261-0/+1
| | | | certain destinations and indicating known dead sites, but this is a start
* finish converting "delete" to trash icons for consistency. The 'x' was left ↵friendica2015-02-261-1/+1
| | | | in a couple of places like the group list widget and saved search term widget and ignoring friend suggestions where it was more appropriate to leave it.
* more stuff for external resource pagefriendica2015-02-201-0/+1
|
* extend the troubleshooting docfriendica2015-02-201-1/+14
|
* doc updatefriendica2015-02-20120-0/+9960
|
* doc updatefriendica2015-02-20169-3219/+4114
|
* Scripts to add external theme and addon repositories.friendica2015-02-191-0/+1
| | | | | | | | | Example: util/add_theme_repo https://github.com/deadsuperhero/redmatrix-themes deadsuperhero The final argument is a nickname on this system. The repository will be placed under extend/theme/deadsuperhero and the themes from that repository linked to your redmatrix theme directory. You can do the same with addons. We'll have to come up with some "pull" scripts to keep updated but the clever folks will already know how to do this.
* Merge pull request #900 from einervonvielen/doc_dev_beginner_correctionsRedMatrix2015-02-192-21/+26
|\ | | | | Changed bbcode [toc] and changed doc for beginning deveopers
| * Some changes of doc for beginning developerseinervonvielen2015-02-151-3/+3
| | | | | | Made some corrections after following this manual step by step.
| * Changed bb code [toc] to make it more flexibleEiner von Vielen2015-02-141-18/+23
| | | | | | | | | | | | | | | | | | | | This usage is know closer to the original usage of http://ndabas.github.io/toc/ Changed: - jquery.toc.js: Do not check for empty headings - bbcode.php: Added processing of [toc] with parameters - main.js: Use the default params for jquery.toc.js - bbcode.html: Added more help for [toc] and corrected some html
* | issue #860, replace br html element with linefeed between table rowsfriendica2015-02-151-18/+19
| |
* | missing filefriendica2015-02-151-0/+8
| |
* | Merge https://github.com/friendica/red into pending_mergefriendica2015-02-141-5/+0
|\ \
| * | Patches from Thomas regarding offline status off whogotzot.comjeroenpraat2015-02-141-5/+0
| |/
* / failure to auto update comments if it's your own.friendica2015-02-141-0/+1
|/
* missing paramfriendica2015-02-1351-457/+652
|
* ensure we have permission before displaying buttonsfriendica2015-02-102-2/+2
|
* like formatting for extended consensus itemsfriendica2015-02-091-3/+0
|
* Changed a heading roles.md. Added the comparison. No idea how it renders ↵RedSwede2015-02-072-1/+24
| | | | with markdownify.
* more doc updatesfriendica2015-02-0610-0/+772
|
* get_rel_link broken - also weekly doc updatesfriendica2015-02-0672-968/+1225
|
* Add more detail about directory_mode settings to default config and docsHabeas Codice2015-01-301-1/+11
|
* sync_locations() toggle DB flag functions were broken - result of postgres ↵friendica2015-01-305-0/+729
| | | | changes. Split these into seperate set and reset blocks.
* let zot_refresh continue without a primary hub if one cannot be found. also ↵friendica2015-01-3083-880/+1144
| | | | weekly doc updates
* Renamed translation fileRedSwede2015-01-291-0/+0
|
* remote_user => remote_channelfriendica2015-01-288-10/+10
|
* local_user => local_channelfriendica2015-01-2816-31/+31
|
* Add pg support channel to external resourcesHabeas Codice2015-01-251-0/+1
|
* roadmap updatefriendica2015-01-251-0/+4
|
* Check allowed emails, also add blacklisting forChristian Vogeley2015-01-254-589/+0
| | | | | not allowed emails: config:'system','not_allowed_email'
* doc updatesfriendica2015-01-2348-235/+477
|