aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* fix exclusion of redmatrix themeM.Dent2018-08-231-1/+1
|
* .htignore updatezotlabs2017-11-061-1/+2
|
* Added context help for apps and appman in EnglishAndrew Manning2017-09-091-1/+2
|
* [FEATURE] :construction_worker: Extend Travis CI integration.Klaus Weidenbach2017-03-141-1/+2
| | | | | | | Testing several Travis CI features. Add DBs to travis execution matrix. Doxygen API docu generation and deployment to gh-pages. Update phpunit to 5.7.
* :arrow_up: :hammer: Upgrade PHP Markdown library.Klaus Weidenbach2017-02-271-0/+2
| | | | | | The current version throws deprecated warning with PHP7.1 and PHPUnit. Upgrade the Markdown library to the current PHP Markdown Lib 1.7.0. Used composer to manage this library.
* [FEATURE] Add config and use composer autoloader.Klaus Weidenbach2016-10-181-6/+8
| | | | | | | | | | | | | We use composer already to install SabreDAV. Include config composer.(json|lock) to install and manage more dependencies in future. Also provide PSR-4 autoloading for our namespaced classes, e.g. "Zotlabs\". To regenerate autoloader maps use: $ composer install --optimize-autoloader --no-dev We could also remove the whole vendor/ folder from our repository, but that would need changes in deployment and how to install hubs and needs more discussion first.
* require token signatures in zot_refresh, also move channel specific stuff ↵redmatrix2016-05-241-0/+2
| | | | into include/channel.php from include/connections.php
* String update es-es and nl. Plus some extra bits, incl .gitignore update ↵jeroenpraat2016-01-101-0/+2
| | | | with pageheader.html
* add reddress to profile - but all is not as it seems. Copy to clipboard is ↵friendica2015-03-071-1/+1
| | | | blocked because it isn't really a reddress and won't work if you copy it and try and use it somewhere. We should really convert the symbol back to '@' on copy and allow it to be copied, but this isn't as easy as it sounds and is left as an exercise for the community. If we just allow it to be copied we'll get a lot of bugs that making friends doesn't work. It does, but that isn't a legitimate reddress and even if we made allowances for it, Diaspora and Friendica and other webfinger based services wouldn't and would just say it can't be found or it's an illegal address. So if we block copy we'll just get bugs that it can't be copied. Eventually somebody will see this checkin and take it on themselves to figure out how to fix the address when copied to clipboard and then allow it to be copied. And there will be joy.
* create schema/dark.css and create a sampleMario Vavti2015-03-061-1/+1
|
* remove Doxygen API Documentation from repository.Klaus Weidenbach2015-03-041-42/+46
| | | | | | | 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
* add the gitignore rulefriendica2015-02-191-0/+2
|
* first step of theme separation. Only put redbasic under git control. Ignore ↵friendica2015-02-181-0/+5
| | | | any other themes in view/theme .
* Looked through the whole doc/-folder more or less. Added and commented a few ↵RedSwede2015-01-171-0/+3
| | | | | | | | things here and there. One question: * Is the crypto-js E2EE or not? If the devs agree that it is NOT then I propose removing this from the help files and gui.
* add site apps directory to .gitignorefriendica2014-10-091-0/+3
|
* A...typo? Relic of some kind.Thomas Willingham2014-09-301-1/+0
|
* Couple of site specific files missing from gitignoreThomas Willingham2014-09-301-0/+7
|
* Make translation contexts effective.Alexandre Hannud Abdo2014-05-211-0/+1
|
* Include /store/ in .gitignoreAlexandre Hannud Abdo2014-05-011-0/+1
|
* Add cutsom/ to gitignoreThomas Willingham2013-12-241-0/+1
|
* add sabre (1.8.x) via composer in the !@#$ place it wants to befriendica2013-10-211-0/+2
|
* Ugh, typoThomas Willingham2013-09-291-1/+1
|
* Add kdevelop files to .gitignoreThomas Willingham2013-09-291-1/+4
|
* put rotated/compressed logs (.gz) into ignore listfriendica2013-08-051-0/+1
|
* use smarty3 as default template engine. add pluggable template systemfabrixxm2013-05-081-0/+3
|
* Ignore OSX .DS_StoreOliver2013-02-021-1/+3
|
* add the smarty3/compiled directory to gitignorefriendica2013-01-111-0/+1
|
* add patch filesfriendica2012-07-191-0/+5
|
* Merge branch 'master' of https://github.com/friendica/friendicaAlexander Kampmann2012-04-051-0/+0
| | | | | | Conflicts: include/config.php update.php
* excludes reports from gitAlexander Kampmann2012-03-081-0/+3
|
* Enabled automated doc building. Changes:Alexander Kampmann2012-03-011-0/+8
| | | | | | | | -build.xml, phing build file -@package tags at acl_selector.php and db_update.php -added documentation and some IDE files to .gitignore -automated tool to find files that corrupt the doc build process -removed ansi characters from SSH1.php, docBlox could not handle them
* add remove_user hook (it looks like dreamhost changed all my file ↵friendica2012-01-181-0/+0
| | | | permissions, this will make a nasty commit)
* port old themesFabio Comuni2011-09-271-0/+2
|
* addon is not managed by our repository any moreFriendika2011-09-251-0/+1
|
* how the heck did favicon get into the repo? Gone now...Friendika2011-06-281-4/+1
|
* ignore local merge scriptFriendika2011-06-231-0/+1
|
* initial checkin mailbox reading functions - lots more to doFriendika2011-04-151-0/+1
|
* cleanup untracked filesFriendika2011-03-291-0/+1
|
* automated versioningFriendika2011-03-091-0/+1
|
* remove debugging on public repositoryMike Macgirvin2010-09-211-1/+1
|
* prepare for open source server releaseMike Macgirvin2010-09-211-0/+1
|
* added local pushMike Macgirvin2010-08-121-0/+1
|
* first cut at ajax photo uploadMike Macgirvin2010-07-221-2/+4
|
* lotsoflittlestuffMike Macgirvin2010-07-201-0/+2
|
* Initial checkinMike Macgirvin2010-07-011-0/+2