Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-09-14Forgot to comform to ownCloud coding standards. Fixed.Kyle Fazzari
2012-09-14Damino requested that QUrl be used to parse the URL, along with toString(QUrl...Kyle Fazzari
2012-09-12Found a much slicker solution to the problem of the OC URLKyle Fazzari
2012-09-11* Fixed bug where the if one enters the owncloud URL on the setup page of the...Kyle Fazzari
2012-08-30Add a warning window for/against usage of old server versions.Klaas Freitag
2012-08-30Fix memory allocation for proxy struct in thread.Klaas Freitag
2012-08-30Set beta tag to application version. Not a pretty solution.Klaas Freitag
2012-08-30Set sslCertsTrust to defined value at start.Klaas Freitag
2012-08-30Setup connections to ocinfo when needed.Klaas Freitag
2012-08-30Use the remote.php/webdav url rather than files/webdav.phpKlaas Freitag
2012-08-27allow custom media at relative path for windows.Klaas Freitag
2012-08-27add application path back to translation laoding.Klaas Freitag
2012-08-26Fix compile problem.Klaas Freitag
2012-08-26Use qthread more correct, seeKlaas Freitag
2012-08-26Use PlainTextEdit widget for more efficient log file display.Klaas Freitag
2012-08-24Merge branch 'master' of gitorious.org:owncloud/mirallKlaas Freitag
2012-08-17Fix QLatin1String issues.Klaas Freitag
2012-08-17Removed unneeded win32 headers.Klaas Freitag
2012-08-17Removed unused file temporarydir.Klaas Freitag
2012-08-15Show pathes in platform specific notationKlaas Freitag
2012-08-14Fix setup dialog: Use https if checkbox is activated.Klaas Freitag
2012-08-09cleanups and improved error messaging on proxy problems.Klaas Freitag
2012-08-09Do not stop syncing if local directories are write protected.Klaas Freitag
2012-08-09Fixed and cleaned redirect bug, make sync work again.Klaas Freitag
2012-08-08Connect ocInfo only if needed in ownCloud setup wizard.Klaas Freitag
2012-08-08read proxy setting from cfg file rather than from Qt proxy object.Klaas Freitag
2012-08-08QLatin1String fix.Klaas Freitag
2012-08-08read proxy settings from config file rather than from Qt proxy obj.Klaas Freitag
2012-08-06handle proxy port correctly.Klaas Freitag
2012-08-06Fixed error handling on remote dir create.Klaas Freitag
2012-08-06Simplify loading of the exclude file on various platforms.Klaas Freitag
2012-08-06connect owncloudinfo signals more selective.Klaas Freitag
2012-08-06handle HTTP status 301 -> redirect.Klaas Freitag
2012-08-06connect the owncloudinfo signals more selective.Klaas Freitag
2012-08-06do not write CA Certs on its own, use methods in mirallconfigfile.Klaas Freitag
2012-08-06QLatin1String fixKlaas Freitag
2012-08-06- set ownCloudUrl and known CA Certs.Klaas Freitag
2012-08-06Fix signal connection and initialize the dialog pointer to zero.Klaas Freitag
2012-08-03Fix app name back to "ownCloud" to load existing configs again.Klaas Freitag
2012-08-02QLatin1String fixes all over.Klaas Freitag
2012-08-02Fix size of dialog.Klaas Freitag
2012-08-02Restructured the tray context menu.Klaas Freitag
2012-08-02Fix proper placeholding patches in oC connection wizard.Klaas Freitag
2012-08-02Some translation changes.Klaas Freitag
2012-08-02Replace some delete calls with QObject parenting.Klaas Freitag
2012-08-02Some code cleanups for the proxy dialog.Klaas Freitag
2012-08-02Fix load self signed certs into NetworkManager (#oc-843)Klaas Freitag
2012-08-02Proceed proxy settings to csync thread.Klaas Freitag
2012-08-01Fix SSL support in ownCloud wizardDaniel Molkentin
2012-07-31read proxy settings from config on dialog startupThomas Mueller