summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-07-256-14/+28
* Merge pull request #17838 from owncloud/sharing-password-policy-masterThomas Müller2015-07-242-2/+24
|\
| * Fix PHPDoc on setPasswordThomas Müller2015-07-232-2/+2
| * Use a hook to integrate sharing password verificationThomas Müller2015-07-231-0/+22
* | Merge pull request #17755 from owncloud/alias-container-aliveThomas Müller2015-07-244-51/+68
|\ \
| * | add registerAlias method to shorcut interface registrationBernhard Posselt2015-07-184-51/+68
* | | Merge pull request #17849 from owncloud/remove-commented-codeRoeland Douma2015-07-241-2/+0
|\ \ \
| * | | Remove commented codeMorris Jobke2015-07-241-2/+0
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-2410-0/+24
|/ / /
* | | Merge pull request #17075 from owncloud/bootstrap-tooltipBernhard Posselt2015-07-2310-274/+705
|\ \ \
| * | | fix tipsy dependencyHendrik Leppelsack2015-07-081-2/+2
| * | | fix tipsy not updating on reinitializationHendrik Leppelsack2015-07-081-2/+5
| * | | remove debug messagesHendrik Leppelsack2015-07-061-3/+0
| * | | moved tooltip.js to vendor scriptsHendrik Leppelsack2015-06-227-287/+11
| * | | deminified tooltip.jsHendrik Leppelsack2015-06-221-1/+525
| * | | replaced tipsy with bootstrap tooltipHendrik Leppelsack2015-06-225-3/+186
* | | | Merge pull request #17827 from owncloud/dont-set-share-password-twice-master-2Thomas Müller2015-07-231-5/+12
|\ \ \ \
| * | | | Adding error handling in case setting the password failsThomas Müller2015-07-231-5/+12
* | | | | Merge pull request #17818 from owncloud/fix-password-change-error-always-show...Roeland Douma2015-07-231-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | assign error message to correct objectmichag862015-07-221-2/+2
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-23122-270/+174
* | | | | Merge pull request #17815 from owncloud/update-blueimp-md5Thomas Müller2015-07-222-11/+12
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Update blueimp-md5 to 1.1.0Morris Jobke2015-07-222-11/+12
* | | | | Merge pull request #17807 from owncloud/improve_apps_templateBjörn Schießle2015-07-221-4/+4
|\ \ \ \ \
| * | | | | use arrow to indicate external link, use correct quotes and capitalizationJan-Christoph Borchardt2015-07-221-2/+2
| * | | | | make sure that there is a space between user- and admin-documentationBjoern Schiessle2015-07-221-4/+4
* | | | | | Merge pull request #17413 from owncloud/public-api-querybuilderMorris Jobke2015-07-2230-175/+4488
|\ \ \ \ \ \
| * | | | | | Add a log message when the Doctrine Query Builder is retrievedJoas Schilling2015-07-214-24/+39
| * | | | | | Comment out LIMIT 0 case because of the mixed resultsJoas Schilling2015-07-212-1/+6
| * | | | | | Fix tests for setFirstResult and setMaxResults on oracleJoas Schilling2015-07-213-44/+66
| * | | | | | Set a limit until doctrine released a version that fixes SqliteJoas Schilling2015-07-211-0/+4
| * | | | | | Correctly count the number of items (rowCount is Update/Insert/Delete only)Joas Schilling2015-07-211-13/+22
| * | | | | | Can not test the string, thanks oracle....Joas Schilling2015-07-211-10/+32
| * | | | | | Fix existing usages by removing the quotesJoas Schilling2015-07-219-103/+109
| * | | | | | Add unit tests and automatic quotingJoas Schilling2015-07-2120-157/+2039
| * | | | | | Use the public interface and our method instead of the doctrine thingJoas Schilling2015-07-2111-72/+71
| * | | | | | Add QueryBuilder, ExpressionBuilder and CompositeExpression wrappersJoas Schilling2015-07-219-0/+2349
* | | | | | | Merge pull request #17806 from owncloud/enc_improved_app_descriptionRobin McCorkell2015-07-221-13/+8
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | improved app description and adjust it to the way the new encryption module w...Bjoern Schiessle2015-07-221-13/+8
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #17792 from szepeviktor/masterRobin McCorkell2015-07-222-24/+25
|\ \ \ \ \ \
| * | | | | | Fixing line comments and indentationViktor Szépe2015-07-212-24/+25
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #17342 from rullzer/test_preview_conditionsRoeland Douma2015-07-222-0/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Only run some preview unit tets if imagemagick is availableRoeland Jago Douma2015-07-022-0/+5
* | | | | | Merge pull request #17381 from owncloud/fix_sharing_add_to_groupMorris Jobke2015-07-214-32/+206
|\ \ \ \ \ \
| * | | | | | intproduce pre_addToGroup hook. we need to calculate the possible uniqueBjoern Schiessle2015-07-063-28/+196
| * | | | | | use the correct user if we update the share tableBjoern Schiessle2015-07-031-4/+10
* | | | | | | Merge pull request #17750 from owncloud/enc_migration_fix_mountpoint_detectionJoas Schilling2015-07-212-4/+81
|\ \ \ \ \ \ \
| * | | | | | | fix mount point detectionBjoern Schiessle2015-07-202-4/+81
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #17766 from owncloud/escape-ampersandRoeland Douma2015-07-211-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Escape ampersand in logout URLMorris Jobke2015-07-211-1/+1
| | |_|_|/ / / | |/| | | | |