aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Collapse)AuthorAgeFilesLines
* revision updateredmatrix2015-07-101-168/+170
|
* in hubzilla we're going to convert doco to items. define it here so that an ↵redmatrix2015-07-031-249/+300
| | | | accidental import/export doesn't chuck a wobbly.
* a few clone sync fixes as well as some work on hubzilla clone sync back to ↵redmatrix2015-07-021-0/+2
| | | | redmatrix
* project updatesredmatrix2015-06-261-194/+211
|
* Compatible update for .htaccess.Klaus Weidenbach2015-06-221-3/+8
| | | | This should hopefully work in Apache 2.2 and 2.4.
* very early attempt diaspora import from diaspora export file. Currently the ↵redmatrix2015-06-191-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 updateredmatrix2015-06-131-4400/+4581
|
* Added translatable strings to the Display Settings page and refreshed ↵jeroenpraat2015-06-061-4615/+4472
| | | | util/messages.po.
* string/version updateredmatrix2015-06-061-174/+175
|
* strip images from directory text entriesredmatrix2015-05-301-752/+813
|
* add ability to change existing channel/account service class withHabeas Codice2015-05-261-0/+66
| | | | | util/service_class add link from main doc
* Add docs about current service class system, tiny util to make updates aHabeas Codice2015-05-251-0/+34
| | | | little easier than the standard config util
* add local_dir_update hookredmatrix2015-05-231-521/+524
|
* fix po2php to handle projectname variables correctlyredmatrix2015-05-181-7/+15
|
* Implement permission checking for OAuth clients using the xperm table. ↵redmatrix2015-05-171-1/+1
| | | | Currently 'all' permissions are applied to OAuth clients which gives them the same rights as the channel owner and full access to API functions as the channel owner. However, individual permissions can now be created. These mirror the permission names from the normal permission table (although it isn't required that they do so). Lack of an xp_perm entry for the specified permission and lack of an 'all' override indicates permission denied.
* new string file - isolating the projectname from translated strings so that ↵redmatrix2015-05-171-30/+31
| | | | translation files will work across multiple projects.
* more work isolating the projectname from core.redmatrix2015-05-171-295/+299
|
* cut/paste errorredmatrix2015-05-121-1/+1
|
* repo updatersredmatrix2015-05-123-2/+72
|
* rev updateredmatrix2015-05-101-45/+61
|
* turn consensus items into diaspora polls for that networkredmatrix2015-05-051-200/+209
|
* mod/branchtopic - move an off-topic comment to its own thread as a fresh ↵friendica2015-04-241-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 eventfriendica2015-04-171-387/+413
|
* rev update, string updatefriendica2015-04-111-850/+842
|
* strings updatefriendica2015-04-031-1640/+1628
|
* Correcting reported Doxygen syntax warnings.Klaus Weidenbach2015-03-291-2/+5
| | | | | | | Fixed wrong Doxygen syntax and add some of the available FIXME to Doxygen documentation. Updated Doxygen configuration to add also all capital letter tags. Adding some more Doxygen documentation.
* issue #941friendica2015-03-281-586/+660
|
* Extend Doxygen configuration a bit to display more.Klaus Weidenbach2015-03-211-1/+2
| | | | | | | Add view of \license information in Doxygen information and add an overview page for \fixme which is used in source code. We have Bug List, Fixme List, Todo List and Deprecated List. Do we have some other tags we use that we could collect and display?
* config to hide version tag from siteinfo - on my site it's meaningless.friendica2015-03-201-366/+385
|
* update to-do listfriendica2015-03-131-3959/+2152
|
* reverse smilie storage alsofriendica2015-03-061-593/+2499
|
* should be -nefriendica2015-03-052-2/+3
|
* remove Doxygen API Documentation from repository.Klaus Weidenbach2015-03-041-5/+3
| | | | | | | 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
* Fix a couple of places where we weren't checking for dead hublocs. Add a ↵friendica2015-02-271-2345/+2369
| | | | function to mark a hubloc dead.
* provide ability to link new themes/addonsfriendica2015-02-234-8/+60
|
* minor issues with arg passingfriendica2015-02-204-9/+19
|
* updated install docfriendica2015-02-201-0/+11
|
* doc updatefriendica2015-02-201-389/+445
|
* git update scripts for external repositoriesfriendica2015-02-192-0/+20
|
* update the install doc for addons - the procedure is a bit different now ↵friendica2015-02-191-0/+1
| | | | (although it shouldn't break anything on existing sites.)
* Scripts to add external theme and addon repositories.friendica2015-02-192-0/+73
| | | | | | | | | 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.
* add zotsh to utilfriendica2015-02-159-0/+646
|
* missing paramfriendica2015-02-131-3604/+3750
|
* get_rel_link broken - also weekly doc updatesfriendica2015-02-061-1243/+1277
|
* let zot_refresh continue without a primary hub if one cannot be found. also ↵friendica2015-01-301-3303/+3324
| | | | weekly doc updates
* local_user => local_channelfriendica2015-01-281-4/+4
|
* doc updatesfriendica2015-01-231-875/+897
|
* make typo.php descend into include/RedDAVfriendica2015-01-181-0/+8
|
* mod_prep usability enhancements, doc updatesfriendica2015-01-161-2618/+2660
|
* doc updatesfriendica2015-01-101-840/+864
|