aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate getEditionString()Joas Schilling2016-09-061-7/+1
|
* Merge pull request #1245 from nextcloud/get-external-mountsMorris Jobke2016-09-063-29/+68
|\ | | | | get files_external mounts more efficiently
| * get files_external mounts more efficientlyRobin Appelman2016-09-053-29/+68
| |
* | add twofactor_backupcodes to l10nMorris Jobke2016-09-061-0/+0
| |
* | Merge pull request #1242 from nextcloud/bump_phpunitJoas Schilling2016-09-0638-158/+267
|\ \ | | | | | | Bump phpunit
| * | Fix getMock user_ldapRoeland Jago Douma2016-09-069-84/+128
| | |
| * | Fix getMock files_versionsRoeland Jago Douma2016-09-061-1/+2
| | |
| * | Fix getMock files_trashbinRoeland Jago Douma2016-09-062-3/+5
| | |
| * | Fix getMock filesRoeland Jago Douma2016-09-063-7/+12
| | |
| * | Fix getMock files_sharingRoeland Jago Douma2016-09-061-5/+7
| | |
| * | Fix getMock files_externalRoeland Jago Douma2016-09-0610-34/+59
| | |
| * | Fix getMock encryptionRoeland Jago Douma2016-09-0612-24/+54
| | |
* | | translate 2fa backup stringsChristoph Wurst2016-09-061-2/+2
| | |
* | | fix 2fa backup codes typoChristoph Wurst2016-09-061-2/+2
| | |
* | | Merge pull request #1272 from nextcloud/theming-info-capabilitiesMorris Jobke2016-09-064-0/+287
|\ \ \ | |/ / |/| | Add theming information to capabilities for the client
| * | Add image URLs and testsJoas Schilling2016-09-063-1/+225
| | |
| * | Add theming information to capabilities for the clientJoas Schilling2016-09-052-0/+63
| |/
* / [tx-robot] updated from transifexNextcloud bot2016-09-0616-26/+60
|/
* add 2fa backup codes appChristoph Wurst2016-09-0520-0/+1347
| | | | | * add backup codes app unit tests * add integration tests for the backup codes app
* [tx-robot] updated from transifexNextcloud bot2016-09-0524-12/+76
|
* [tx-robot] updated from transifexNextcloud bot2016-09-0424-18/+166
|
* [tx-robot] updated from transifexNextcloud bot2016-09-0324-98/+234
|
* Remove dead OCS register codeRoeland Jago Douma2016-09-021-34/+0
|
* [tx-robot] updated from transifexNextcloud bot2016-09-0226-0/+42
|
* Merge pull request #1194 from nextcloud/card-caldav-check-existsJoas Schilling2016-09-016-16/+49
|\ | | | | more efficient check if addressbook and calendar exists for user
| * more efficient check if addressbook and calendar exists for userRobin Appelman2016-08-316-16/+49
| |
* | Merge pull request #1215 from ↵Roeland Jago Douma2016-09-014-4/+8
|\ \ | | | | | | | | | | | | nextcloud/issue-1083-update-live-relative-timestamps Update relative timestamps for a better "live" feeling
| * | Use live timestamp on comments tabJoas Schilling2016-09-011-1/+2
| | |
| * | Use live timestamps in the versions tab of the sidebarJoas Schilling2016-09-011-1/+2
| | |
| * | Use live timestamp in the sidebar detailsJoas Schilling2016-09-011-1/+2
| | |
| * | Update live timestamps to give a more live feelingJoas Schilling2016-09-011-1/+2
| | |
* | | Merge pull request #1224 from nextcloud/do-not-allow-linebreak-in-pathsRoeland Jago Douma2016-09-012-2/+10
|\ \ \ | | | | | | | | Do not allow linebreaks and null bytes in paths
| * | | Also prevent null byte characterJoas Schilling2016-09-012-1/+3
| | | |
| * | | Filter out %0A from pathsJoas Schilling2016-09-012-2/+8
| |/ /
* | | Merge pull request #1143 from nextcloud/ldap-smells-for-fun-and-profitJoas Schilling2016-09-0112-24/+12
|\ \ \ | | | | | | | | fix a few minor code smells
| * | | Fix phpdocRoeland Jago Douma2016-08-291-1/+1
| | | |
| * | | fix a few minor code smellsJörn Friedrich Dreyer2016-08-2912-23/+11
| | | |
* | | | Merge pull request #1217 from nextcloud/federation_phpunit_fixesJoas Schilling2016-09-016-29/+33
|\ \ \ \ | |_|/ / |/| | | Fix deprecated getMock call in Federation app
| * | | Fix deprecated getMock call in Federation appRoeland Jago Douma2016-08-316-29/+33
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2016-09-01166-466/+892
| | | |
* | | | Fix ThemingDefaults getMock deprecationRoeland Jago Douma2016-08-311-5/+5
|/ / /
* | | Merge pull request #1212 from nextcloud/fix_federatedfilesharingtestsRoeland Jago Douma2016-08-315-27/+35
|\ \ \ | | | | | | | | Fix deprecated usages of getMock in federatedfilesharing
| * | | Fix deprecated usages of getMock in federatedfilesharingRoeland Jago Douma2016-08-315-27/+35
| | |/ | |/|
* | | Merge pull request #1201 from nextcloud/usermountcache-orphanedshareRoeland Jago Douma2016-08-311-1/+7
|\ \ \ | |/ / |/| | [master] Usermountcache orphanedshare
| * | Added closeCursor in SharedMount numeric idVincent Petry2016-08-301-0/+1
| | |
| * | Prevent error with orphaned shares when updating user mount cacheVincent Petry2016-08-301-1/+6
| | |
* | | Merge pull request #1137 from nextcloud/external_storage_lnkLukas Reschke2016-08-311-1/+1
|\ \ \ | | | | | | | | External storage lnk
| * | | add in files view a link to personal files externaldavitol2016-08-291-1/+0
| | | |
| * | | add link to personal files externaldavitol2016-08-291-0/+1
| | |/ | |/|
* | | Merge pull request #1189 from nextcloud/share-allowspaceinremoteLukas Reschke2016-08-302-1/+53
|\ \ \ | |_|/ |/| | Allow space for federated share id search