summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Update with robinJoas Schilling2016-07-21202-205/+207
|
* Fix apps/Joas Schilling2016-07-21678-1156/+2000
|
* Merge pull request #477 from nextcloud/fix-layout-public-uploadMorris Jobke2016-07-211-1/+1
|\ | | | | move closing div to the right place
| * move closing div to the right placeBjoern Schiessle2016-07-201-1/+1
| |
* | Use proper brandingLukas Reschke2016-07-211-2/+2
| | | | | | | | Stable9 has this already
* | [tx-robot] updated from transifexNextcloud bot2016-07-2114-22/+92
| |
* | Merge pull request #479 from nextcloud/add-bruteforce-throttlerLukas Reschke2016-07-216-3/+21
|\ \ | | | | | | Implement brute force protection
| * | Implement brute force protectionLukas Reschke2016-07-206-3/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | Class Throttler implements the bruteforce protection for security actions in Nextcloud. It is working by logging invalid login attempts to the database and slowing down all login attempts from the same subnet. The max delay is 30 seconds and the starting delay are 200 milliseconds. (after the first failed login)
* | | Merge pull request #476 from nextcloud/port-same-site-cookiesLukas Reschke2016-07-201-0/+1
|\ \ \ | | | | | | | | [master] Port Same-Site Cookies to master
| * | | [master] Port Same-Site Cookies to masterLukas Reschke2016-07-201-0/+1
| |/ / | | | | | | | | | Fixes https://github.com/nextcloud/server/issues/50
* | | Merge pull request #466 from nextcloud/escape-special-charactersLukas Reschke2016-07-204-5/+7
|\ \ \ | | | | | | | | Escape special characters (#25429)
| * | | Escape special characters (#25429)Aaron Wood2016-07-204-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Escape LIKE parameter * Escape LIKE parameter * Escape LIKE parameter * Escape LIKE parameter * Escape LIKE parameter * Use correct method in the AbstractMapping class * Change the getNamesBySearch method so that input can be properly escaped while still supporting matches * Don't escape hardcoded wildcard
* | | | Merge pull request #471 from nextcloud/storage-fopenspecialcharsMorris Jobke2016-07-201-1/+1
|\ \ \ \ | | | | | | | | | | Added storage tests for fopen with special chars
| * | | | Added storage tests for fopen with special charsVincent Petry2016-07-201-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | This makes it possible to test special chars with unit tests. There is already a test for directories but there was none for file names.
* | | | Merge pull request #467 from nextcloud/use-clipboard-apiRoeland Douma2016-07-201-3/+6
|\ \ \ \ | | | | | | | | | | Use clipboard api
| * | | | Use an icon to set the email instead of a button with stringThomas Müller2016-07-201-0/+1
| | | | |
| * | | | Add clipboard button to public share linkThomas Müller2016-07-201-3/+5
| |/ / /
* | | | Merge pull request #464 from nextcloud/master-change-load-orderRoeland Douma2016-07-201-1/+4
|\ \ \ \ | | | | | | | | | | [master] Change load order of auth backends so that we can throw an exception …
| * | | | Change load order of auth backends so that we can throw an exception in ↵Thomas Müller2016-07-201-1/+4
| | | | | | | | | | | | | | | | | | | | OCA\DAV\Connector\Sabre\Auth - fixes #25362 (#25476)
* | | | | Merge pull request #468 from nextcloud/stringid-fixRoeland Douma2016-07-201-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | | Cast share id to string (#25402)
| * | | | Cast share id to string (#25402)Vincent Petry2016-07-201-1/+1
| | |/ / | |/| |
* | | | Merge pull request #470 from nextcloud/sftp-renameoverwritedirMorris Jobke2016-07-201-1/+1
|\ \ \ \ | |_|_|/ |/| | | Fix overwriting folders on rename with SFTP
| * | | Fix overwriting folders on rename with SFTPVincent Petry2016-07-201-1/+1
| |/ / | | | | | | | | | | | | This aligns the behavior with other storages and also fixes the failing unit test testRenameOverWriteDirectory
* | | Merge pull request #402 from nextcloud/smb-notificationsMorris Jobke2016-07-204-2/+236
|\ \ \ | |/ / |/| | smb update notifications
| * | add files_external:notify commandRobin Appelman2016-07-142-0/+176
| | |
| * | add notify support to smb storageRobin Appelman2016-07-141-1/+58
| | |
| * | Save the files external mount id in the mount cache tableRobin Appelman2016-07-131-1/+2
| | |
* | | Fix the HTML encoding when uploading a folder in FF when using french l10nJoas Schilling2016-07-201-2/+2
| |/ |/|
* | Merge pull request #394 from nextcloud/tags-for-everythingMorris Jobke2016-07-198-51/+68
|\ \ | | | | | | SystemTags for everything not just files
| * | Fix non-existing exception classJoas Schilling2016-07-185-25/+25
| | |
| * | Allow apps to register SystemTags pluginsJoas Schilling2016-07-182-2/+21
| | |
| * | Fix doc blocksJoas Schilling2016-07-181-0/+5
| | |
| * | Fix TODO and bring in abstraction (similar to comments)Joas Schilling2016-07-184-28/+21
| | |
* | | [tx-robot] updated from transifexNextcloud bot2016-07-1918-0/+156
| | |
* | | Merge pull request #414 from nextcloud/files_sharing_event_dispatcherBjörn Schießle2016-07-184-36/+55
|\ \ \ | | | | | | | | Files sharing event dispatcher
| * | | Cleanup coding styleRoeland Jago Douma2016-07-181-30/+28
| | | |
| * | | Add eventdispatcher to public link viewRoeland Jago Douma2016-07-183-3/+21
| | | |
| * | | Move JS inclusion to ControllerRoeland Jago Douma2016-07-182-20/+23
| | | | | | | | | | | | | | | | * This way we can easier load files conditionally
* | | | [tx-robot] updated from transifexNextcloud bot2016-07-1846-482/+56
| | | |
* | | | Merge pull request #405 from nextcloud/theming-fixesBjörn Schießle2016-07-186-4/+69
|\ \ \ \ | | | | | | | | | | Theming fixes
| * | | | Add unit testsJoas Schilling2016-07-151-0/+46
| | | | |
| * | | | Also load the theming app on CLIJoas Schilling2016-07-151-1/+7
| | | | |
| * | | | Use the themed Defaults everywhereJoas Schilling2016-07-153-3/+3
| | | | |
| * | | | Better handling of empty sloganJoas Schilling2016-07-151-0/+13
| | | | |
* | | | | Merge pull request #428 from nextcloud/setupfromtoken_sharemanagerMorris Jobke2016-07-182-70/+31
|\ \ \ \ \ | |_|/ / / |/| | | | Move SetupFromToken to ShareManager
| * | | | Move SetupFromToken to ShareManagerRoeland Jago Douma2016-07-182-70/+31
| | |/ / | |/| |
* | | | Merge pull request #412 from nextcloud/theming-foreground-colorJoas Schilling2016-07-185-4/+228
|\ \ \ \ | |/ / / |/| | | Theming: invert foreground color on bright backgrounds
| * | | Theming: Fix image paths for caret iconJulius Haertl2016-07-163-5/+5
| | | |
| * | | Theming: Fix spaces in settings-admin.jsJulius Haertl2016-07-151-4/+4
| | | |
| * | | Theming: Add tests for inverted colorsJulius Haertl2016-07-152-3/+130
| | | |