summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | Allow space for federated share id searchVincent Petry2016-08-302-1/+53
| | |
* | | Merge pull request #1190 from ↵Morris Jobke2016-08-302-2/+105
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/addressbook-correctly-handle-multi-values Correctly handle multi-values when converting VCards to array
| * | | Add a unit test for all the magicJoas Schilling2016-08-301-1/+64
| | | |
| * | | Correctly handle multi-values when converting VCards to arrayJoas Schilling2016-08-301-1/+41
| | | |
* | | | Merge pull request #1138 from nextcloud/expiry-as-occ-commandRoeland Jago Douma2016-08-304-0/+263
|\ \ \ \ | |_|/ / |/| | | Add occ command to expire the trashbin (#25878)
| * | | Add occ command to expire the trashbin (#25878)Thomas Müller2016-08-294-0/+263
| | |/ | |/| | | | | | | | | | | | | * Add occ command to expire the trashbin * Fix versions folder in setup check
* | | Merge pull request #1178 from nextcloud/theming-spinner-animationJoas Schilling2016-08-302-8/+19
|\ \ \ | |_|/ |/| | Theming: Show loading spinner while uploading files
| * | Theming: Show loading spinner while uploading filesJulius Haertl2016-08-302-8/+19
| | |
* | | Merge pull request #988 from nextcloud/ocs_federationMorris Jobke2016-08-303-64/+82
|\ \ \ | | | | | | | | Move OCSAuthAPI to AppFramework
| * | | Use function parametersRoeland Jago Douma2016-08-282-17/+8
| | | |
| * | | Move OCSAuthAPI to AppFrameworkRoeland Jago Douma2016-08-283-49/+76
| | | | | | | | | | | | | | | | | | | | | | | | * Convert class * Convert routes * Convert tests
* | | | Merge pull request #974 from nextcloud/move_ocs_routes_to_fedfilesharingMorris Jobke2016-08-304-92/+162
|\ \ \ \ | |_|/ / |/| | | Move federated sharing routes to the federatedfilesharing app
| * | | Move federated sharing routes to the federatedfilesharingappRoeland Jago Douma2016-08-284-92/+162
| | |/ | |/| | | | | | | | | | | | | | | | | | | * Move routes to app * Move routes over to the AppFramework * Fix tests There is plenty of stuff to fix properly here. But out of scope for now.
* | | Merge pull request #1132 from ↵blizzz2016-08-301-1/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/prevent-parse-error-on-editing-an-html-comment Prevent parse error on editing an HTML comment
| * | | Prevent parse error on editing an HTML commentJoas Schilling2016-08-291-1/+1
| |/ /
* | | Merge pull request #1170 from nextcloud/theming-fix-primary-buttonLukas Reschke2016-08-292-35/+77
|\ \ \ | | | | | | | | Theming: fix primary button for bright colors
| * | | Theming: fix primary button for bright colorsJulius Haertl2016-08-292-35/+77
| | | |
* | | | Merge pull request #1130 from nextcloud/shared-upload-quotaRoeland Jago Douma2016-08-291-0/+10
|\ \ \ \ | | | | | | | | | | [uc] Fix uploading to shared folder with quota